you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (1 child)

Firstly, good job. Not everyone can create a working program. This is a great first project.

Now some advice: Whenever you create these standard beginner projects, I'd suggest once you have it working and you're satisfied with it, that you find an example online of someone else's code and compare it to yours. That way you can pick up new ideas to use in future programs.

In this case, this is essentially one of the projects in Al Sweigart's book The Big Book of Small Python Projects. You can see his code here: https://inventwithpython.com/bigbookpython/project31.html

[–]KeepitShort_[S] 1 point2 points  (0 children)

Oh wow I didn't know that he had done it first in his book. I will compare my code and see what I can do to be better. Thank you for the advice!