0
who to input, stopping execution? [Python]
At solo learn compiler(Phyton) the inserts using 'insert()' function, are made before the console print something. I wanna print and insert stoping the exec for the inserts. Who can I do that? Tnx!
1 Antwort
+ 4
You can't do that on Sololearn unfortunately because there is no real interactive mode.
Code is sent to Sololearn and executed there - we see only the output here.