+ 2
Can i change the text that interpreter shows while taking input ?
I mean, the interpreter shows text, "Looks like your program needs input" and shows, "Split multiple inputs into separate lines". . Can i change these texts to what i actually want to say to the user to provide as input?
3 Answers
+ 3
Arjun P Katwa you can in other IDE but can't in sololearn. :(
+ 2
It seems our best option is to do a big brain tittle or put more details into the first lines..
+ 1
My fix is:
1: Add comments at the top explaining the inputs needed and in what order.
2: Add a error condition that explains to the user what he need to do when the inputs are not valid.