0
Why does my calculator not work?
6 Answers
+ 3
Yes, the loop was not needed, as you are going to print the first few lines anyways.
You also needed to indent the two input lines under the if statement, and that's it! :D
You're welcome! :)
+ 2
Hello, looks like the blocks are not indented, under the while loop and the for loop! Hope this helps in solving the problem! :)
+ 2
Well, I can't read what's written exactly as I know English but not the language it's written in, but I will try editing! :)
Also, don't worry, you'll surely soon find it easy!
+ 2
Here you go! :)
https://code.sololearn.com/c2yGxTMBRxof/?ref=app
0
Thanks for your help but how do I solve this? I just started 4 days ago with programming and it seems I'm not very good at it. :D
0
Ahh now I get it. I only had to remove "while True:"? I don't really get it when the while loop isn't needed. ^^ But thank you, you were a great help! :)