+ 2
It's not working?!
I thaught the message supposed to be shown when the prompt box pops up, but the code in the example doesn't do such a thing. This is the code I see: name = input("Enter your name: ") print("Hello, " + name)
2 Answers
+ 9
It is because of Sololearn's IDE. It doesn't show that message in the input box but it shows it in the output.
+ 3
Actually SoloLearn searches that if your code has a input function or not. It didn't depend on the text in the input function