What is the sequence for giving input during execution | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the sequence for giving input during execution

12th Feb 2017, 4:13 AM
Manasseh Daniel
Manasseh Daniel - avatar
2 Answers
+ 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.
12th Feb 2017, 6:31 AM
DotJason
0
name=input("put your name: ")
12th Feb 2017, 8:50 AM
ramzi
ramzi - avatar