How to make the input thing come later? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

13th May 2017, 10:40 AM
Vasanth Mani Vasi Venkatram Vasi
Vasanth Mani Vasi Venkatram Vasi - avatar
6 Answers
+ 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 ;)
13th May 2017, 10:51 AM
visph
visph - avatar
+ 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 .
13th May 2017, 10:56 AM
Utkαrsh
Utkαrsh - avatar
+ 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 .
13th May 2017, 10:49 AM
Utkαrsh
Utkαrsh - avatar
+ 1
thanks guys.
13th May 2017, 11:02 AM
Vasanth Mani Vasi Venkatram Vasi
Vasanth Mani Vasi Venkatram Vasi - avatar
0
@Utkarsh thanks a lot but what is an IDE?
13th May 2017, 10:50 AM
Vasanth Mani Vasi Venkatram Vasi
Vasanth Mani Vasi Venkatram Vasi - avatar
0
Thanks a lot.
13th May 2017, 10:52 AM
Vasanth Mani Vasi Venkatram Vasi
Vasanth Mani Vasi Venkatram Vasi - avatar