+ 2
How do I change the text in user input dialog?
Is there any way to change the display message on the user input dialog in codeplayground in SoloLearn? It doesn't allow taking multiple inputs so how can I tell users in which order to type in the inputs? Anyway to display some message before input box pops up?
3 ответов
+ 4
Add the instructions as comments
+ 2
I will usually write a big comment at the very top of my code that tells people what to do. The code is what people see first so its basically like a popup.
It's not perfect but I believe the SoloLearn guys have it on their radar!
0
Schindlabua thanks! I'll do that