- Every python code must include comments.
Single-line comments: for cases like what does a function or block of code do.
Multi-line comments: for explaining the function for a beginner or at the sta rt of program. - Use camelCase or underscore_between_words.
- save the file as [program]_username.py
[program] to be replaced by what does the program do. - Don't edit/change files of any other user.
- Put your files inside "codes inside" folder only