+ 2
Why is the mistake in line 26?
5 odpowiedzi
+ 2
Tag "Python", NOT YOUR NAME.
You did not assign a string to "operatation", so it is "None".
+ 2
Operations should not be performed inside double quotes because double quotes means string
you didn't use that 2 variables first_number and second_number
+ 2
What error you are seeing in line 26?
But you are using print instead of input for operation input!!!
0
first_number=int(input("enter first number: "))
for take the input, the same for the second number and for the operation without int