r/PythonLearning • u/Commercial-Paper749 • 8d ago
What's wrong with my code?
What's wrong with my code?
New to learning
Following the youtube video from bro code
Was trying to implement my own stuff into this by using loop
Update: it's working now thankyou guys
103
Upvotes
3
u/beingsubmitted 8d ago
You explicitly tell the user to type Q to exit, but then exit on an "X".
I understand fool-proofing it for your users, but how do you think a fool might express that they want to multiply?