0
How can I show a question in the input box when the user wants to input something
1 Answer
+ 4
Sorry, you cannot do this in the Sololearn app.
Normally when you write a console application, you can give a text parameter for the input function, which then displays this text before the blinking prompt on the console. Like so:
input("What is your name?")
This would not work on Sololearn either, because here, all inputs are collected at once...