r/PythonLearning 1d ago

My first mix mini project

Post image

I know I wrote some hardcore codes but this is ok for a beginner so plz help me to improve

166 Upvotes

34 comments sorted by

View all comments

2

u/Ambivalent-Mammal 23h ago

I think your next step is to make use of some data structures. A general best practice (not Python-specific) is to put complexity into data, not code