+ 1
[python] No output?
Is this FAQ? I key in simple equation as in 2+2 But it showed no output I did something wrong?
2 Respuestas
+ 2
You have to print it to the screen to see output:
print(2+2)
Is this FAQ? I key in simple equation as in 2+2 But it showed no output I did something wrong?