No Output on equation | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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