0

How can I show a question in the input box when the user wants to input something

21st Oct 2022, 4:38 PM
Ahmed Salih
Ahmed Salih - avatar
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...
21st Oct 2022, 4:45 PM
Tibor Santa
Tibor Santa - avatar