0
What's the different between programming using console application and programming using code playground for python?
because when i use console application each line is executed as it is entered i mean each line is separate from the other lines but here in SoloLearn all lines are executed at the same time with one execution
1 Réponse
0
In scope of coding I use Console for quick evaluation and test of few lines of code but for final script/program there is IDLE that goes together with PY installation (python.org)
Code playground here on Sololearn has its limitations which is not bad on start, but soon you would like to build somewhat interactive script and not be obligated to submit all inputs at once