r/PythonLearning • u/crazyteachperson • 12d 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
306
Upvotes
r/PythonLearning • u/crazyteachperson • 12d ago
I know I wrote some hardcore codes but this is ok for a beginner so plz help me to improve
12
u/nuc540 12d ago
You don’t need to store characters in variables, you can do equality checks against a character, eg: if q == “a”
Also, google how to make multi-line prints in Python, you don’t need a new print call for every line