+ 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.
3 ответов
+ 5
Elad Shiri Hey, here on codeplayground it's not possible ☺
+ 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 ↩️
+ 2
Thanks