0
elif loop help
I'm trying to pull class info into a elif loop. think the basic calculator code from early on in the python course. but when I give it the user input it only responds with the first elif regardless what loop I try to acsess. I'd share the code but I'm building it on my tablet witch is offline
6 Antworten
0
You may not have made this mistake in the real thing but in the example you didnt put user_input again after the or.
+ 2
quote/You may not have made this mistake in the real thing but in the example you didnt put user_input again after the or./quote
THANK YOU ENZO!!!!!! that's totally what was screwing my code up. I didn't realize Id have to retype user_input== after the or. it's working like a champ now. I wish I could up vote your response multiple times
0
this isn't the full code but it should help. I'd rather not have to retype 75 lines of code
https://code.sololearn.com/c1xCIxrsGrEu/?ref=app
I have a super class wit 3 subclasses depending on what the user types it will bring you to one of the elifs but no matter the input it only returns the first one. only one that works right is the type exit to quit funtion with the if user_input == exit break
also I'm aware the code I linked would t actually run as its not a full loop
0
I don't get any errors from it tho?
0
I do one space as a time what should I be doing then? I don't exactly have a tab button
0
in building in qpython3 on the tablet. code playground don't work to well without internet