Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 537 Bytes

File metadata and controls

10 lines (10 loc) · 537 Bytes
Rules to be followed:
  1. 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.
  2. Use camelCase or underscore_between_words.
  3. save the file as [program]_username.py
    [program] to be replaced by what does the program do.
  4. Don't edit/change files of any other user.
  5. Put your files inside "codes inside" folder only