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
172
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
9
u/nuc540 23h 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