0
The python in the code section of this app is giving no output to calculations, what can I do?
5 Answers
+ 3
1. print statement not executed (eg .indention error)
2. Calculation took to long(eg: infinite loop)
This are the most common reasons
+ 1
print(1 + 1)
+ 1
Okk thnx
0
whats the code?
0
1+1 any anything of calculation