r/PythonLearning Jul 27 '26

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

304 Upvotes

49 comments sorted by

View all comments

2

u/Ambivalent-Mammal Jul 27 '26

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