The python in the code section of this app is giving no output to calculations, what can I do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The python in the code section of this app is giving no output to calculations, what can I do?

12th Jul 2020, 5:14 PM
Rohit S. Patil
Rohit S. Patil - avatar
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
12th Jul 2020, 8:30 PM
Oma Falk
Oma Falk - avatar
+ 1
print(1 + 1)
12th Jul 2020, 5:18 PM
Slick
Slick - avatar
+ 1
Okk thnx
12th Jul 2020, 5:18 PM
Rohit S. Patil
Rohit S. Patil - avatar
0
whats the code?
12th Jul 2020, 5:15 PM
Slick
Slick - avatar
0
1+1 any anything of calculation
12th Jul 2020, 5:17 PM
Rohit S. Patil
Rohit S. Patil - avatar