0
What is the sequence for giving input during execution
2 odpowiedzi
+ 1
Well, in the Sololearn app, you are limited to do all input before the execution. Normally, input is requested only when the function is called during execution, so you don't need something special for that.
0
name=input("put your name: ")