0
New to programming.... Kind of lost, the Qpython 3 don't run programs like it does here, why? What's the difference?
3 Answers
+ 8
Some differences can occurs, but I haven't seen much... and mainly in favor of QPython rather than code playground ^^
Anyway, some differences can occur between installed/installable modules: you cannot decide at all what modules are installed on code playground, you can install only a very few modules in addtion to the pre-installed ones in QPython, and you can choose to install any module ( less or more hardly ) on desktop pc...
+ 2
got an example code?
I get the same results here and I do there
+ 1
the code playground gets input before executing the program, and also doesnt show output in real time. qpython, or actually any python interpreter other than sololearn, should get input while running and also show output live.