0
It doesn't calculate!
I write 1 + 1 and the instead of output 2 it says no output what am I doing wrong?
2 Answers
+ 2
write this:
print(1+1)
0
in python terminal, it will work , but it will refuse to work as expected in python script.
I write 1 + 1 and the instead of output 2 it says no output what am I doing wrong?