Requires multiple input | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Requires multiple input

in python playground when performing a task this usually comes up.. I need help thanks

15th Mar 2017, 4:15 PM
Tobi Emmanuel
Tobi Emmanuel - avatar
2 Antworten
+ 7
yeah, I confess that it bothers me a little. but, unless I'm wrong, there's no other way. What I'm trying to do is comment my codes, telling the user what my program does and inputs required. this way, people don't need to read all my program to find out what to input. e.g.: name = input ("type your name: ") age = int(input ("type your age: ") inputs: John 28
15th Mar 2017, 4:29 PM
LayB
LayB - avatar
0
thanks I got the solution
15th Mar 2017, 4:41 PM
Tobi Emmanuel
Tobi Emmanuel - avatar