+ 1
Prompting an Input in Python
How do I prompt an input with some sort of message? Example: "What is your name?" when the input is a name.... Pls advice, anybody🙏
2 ответов
+ 4
You can put the message in the input function. For example, input("What's your name").
But this won't work on SoloLearn and there's no other way for it because You can't change the message when asking input in SoloLearn pop-up, except for HTML.
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2426/
+ 2
CarrieForle Thank you!☺️