+ 1
Requires multiple input
in python playground when performing a task this usually comes up.. I need help thanks
2 ответов
+ 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
0
thanks I got the solution