+ 1
Python calculator help
Can someone help me with this code? The console shows error on line 25 https://code.sololearn.com/cd3yKdWm8R1S/?ref=app
4 ответов
+ 2
Input example (separate lines):
3
6
7
Output:
6 * 7 = 42.
And don't forget to handle division by zero.
+ 1
Input at alternate lines
+ 1
Could you care to explain?
+ 1
I check it and there is not any error