+ 1
input
how to prompt for user input.
3 Answers
+ 13
thing=input("Enter your thing here, user! ")
print("Your thing was %s!" % thing)
+ 5
input ('write here')
+ 1
You cannot prompt at Sololearn code playground. here you will always need to "submit" input before code run.(what you submit will be used into you code line, like a=input(" bla-bla...") )