0
How do I remove "some input is required" from SoloLearn console and just display exactly what input is required?
When I write a program in C++ or python and run, I get some input is requred screen. How do I change the default output so that it shows exactly what input is required, for example "what is your name?"?
2 Respuestas
+ 2
You can't
https://code.sololearn.com/WBSLsJW430mB
+ 1
In SoloLearn you can't, but if you use Android I suggest you to download Pydroid or Cxxdroid from play store
Another solution is to tell what is required when user inputs nothing