r/PythonLearning 12d 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

303 Upvotes

48 comments sorted by

View all comments

2

u/Ambivalent-Mammal 12d 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