+ 1
Help me fix this: Python Calculator
This is a program I just made, and I can’t understand why it doesn’t work. Could you please help? https://code.sololearn.com/cj643110e0q9/?ref=app
2 Respostas
+ 4
I see some probs:
- print is to far indentet(see error message for line)
- opertor "+" works for either stringy or integer but not int + str
U seem to do it in print(... +......[
0
you have done many silly mistakes... do correct them though i have done and saved for myself to work on it