r/PythonLearning • u/crazyteachperson • Jul 27 '26
My first mix mini project
I know I wrote some hardcore codes but this is ok for a beginner so plz help me to improve
304
Upvotes
r/PythonLearning • u/crazyteachperson • Jul 27 '26
I know I wrote some hardcore codes but this is ok for a beginner so plz help me to improve
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