+ 1

How to create separate python program files, like in cpp ?

Here in python IDE everything is executed after each line and displayed in the same screen. How to make a code set and execute separately.

17th Aug 2020, 7:40 PM
Vikas Yadav
Vikas Yadav - avatar
4 Respostas
+ 6
Vikas Yadav here is an example using 3 different languages https://code.sololearn.com/cJKT802uqCXy/?ref=app
17th Aug 2020, 7:44 PM
BroFar
BroFar - avatar
+ 4
Vikas Yadav as far as say ongoing exercise of multiple inputs SoloLearn as in for i in range(25): x =input() y =int(input()) <--- additional code ---> is not possible on SoloLearn unless you do something different using Brython or Skulpt as a module https://code.sololearn.com/W7ITsQjn96yK/?ref=app https://code.sololearn.com/Wc0YQZ8s8rcb/?ref=app
17th Aug 2020, 7:55 PM
BroFar
BroFar - avatar