guys do python idle here supports only 1 input? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

guys do python idle here supports only 1 input?

3rd Feb 2022, 9:03 PM
test
4 Answers
+ 1
Code is valid but when you press run you need to input Name then in other line Surname and in next line age
3rd Feb 2022, 9:20 PM
Bartek
0
In sololearn to add multiple python(or in other languege) inputs you need to input everything on separate lines after you press run
3rd Feb 2022, 9:15 PM
Bartek
0
here is the code: name=input() surname=input() age=int(input()) print(name,surname ,"is ",age)
3rd Feb 2022, 9:18 PM
test
0
worked
3rd Feb 2022, 9:24 PM
test