0
How to make the input thing come later?
I'm try to make a number guessing game... You have to type the number u think of after sometime (it differs on how much time taken cuz you have to do calculations.) . So I want the input thing (the screen or box that wants you to type something) come up later. How do I do that?
6 Respuestas
+ 6
It's not possible in code playground, due to technical limitation: code is sended and executed on server side, and output is returned... You cannot have real in/output interractivity ^^
However, you can use apps like QPython for android to run script normally ( locally ) with real runtime in/output interractivity ;)
+ 3
@Vasanth IDE - Integrated Development Environment . In simple words an app where you can run Python or other language codes .
As @Visph said you can use QPython( an IDE for Python) in Android or if you have a laptop you can try in other .
+ 2
Not possible on Sololearn's code Playground but you can do it in IDE's .
I don't know how , just wanted to let you know it .
+ 1
thanks guys.
0
@Utkarsh thanks a lot but what is an IDE?
0
Thanks a lot.