Beginners Question - input / python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Beginners Question - input / python

Why when I'm using for example: x=input("Enter your Age") the pop up window doesn't contain the sentence? only a space to enter input but without the request.

6th Jan 2019, 12:06 PM
Elad S
3 Answers
+ 5
Elad Shiri Hey, here on codeplayground it's not possible ☺
6th Jan 2019, 12:18 PM
r8w9
r8w9 - avatar
+ 3
On SoloLearn playground if you expect some sort of user input, it is good practice to put some comment lines at the beginning of your code, what type and how many inputs are needed, so that anyone who wants to try, doesnt need to browse though all the code. You can ask multiple inputs like two numbers, then they must be entered in the same textbox that appears, separated by newline ↩️
6th Jan 2019, 2:58 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Thanks
6th Jan 2019, 12:22 PM
Elad S