-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sidneyriffic edited this page Aug 5, 2018
·
2 revisions
Welcome to the Python-Compiler wiki!
General style guideline proposal - Holberton's Betty style, with a few of exceptions: -Function can be up to 80 lines per function -Assignment allowed in conditional if there's only one boolean operator. Parenthesis required around assignment in conditional.