0
Input with message?
Why I can't see the input message??? Only ask for value... https://code.sololearn.com/cUf5N7dszcsZ/?ref=app
3 Réponses
+ 2
CHANGE:
input("")
TO:
input("My input message: ")
+ 1
In SoloLearn, the user experience will always be the end result. If you place a message inside of input(), then when it's done executing everything, it'll show up in the output you receive from SoloLearn.
0
Ok, but in Solo Debugger if I change with a message nothing appen during the user experience