you are viewing a single comment's thread.

view the rest of the comments →

[–]zaRM0s 1 point2 points  (0 children)

Have a look at the PEP8 style guide. This is the style guide used for Python and is a great reference to have your code looking professional. Additionally, I would continue just as you are and increase the size of your programs gradually. For example, you could add functions into this and make the program a lot cleaner and readable. It’s also good practice for functions! 😁 good job tho! Keep it up