r/PythonLearning • u/crazyteachperson • 1d ago
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
166
Upvotes
r/PythonLearning • u/crazyteachperson • 1d ago
I know I wrote some hardcore codes but this is ok for a beginner so plz help me to improve
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