No Output on equation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

No Output on equation

I've try to put 2 + 2 on "Input" in Phyton but the Output says "No Output" instead showing the result

29th Oct 2018, 11:34 AM
Æverscrɇam
Æverscrɇam - avatar
2 Answers
0
In the python console?
29th Oct 2018, 11:36 AM
Ramphy Aquino Nova
Ramphy Aquino Nova - avatar
0
If you mean on SL Code Playground, that "input" is the input stream of executed script in Python tab, then, you NOT running python in shell mode but in script execution mode. Try to add: print(2+2) inside Python tab keep empty "input"
29th Oct 2018, 11:43 AM
KrOW
KrOW - avatar