How to make inputs in python stepped rather than inputting everything at once? | Sololearn: Learn to code for FREE!
0

How to make inputs in python stepped rather than inputting everything at once?

I am making a text based game and I want the inputs to be separated rather than inputting everything at once as it ruins the dynamic nature of the game.

2nd Dec 2017, 6:59 AM
Kolby
3 Answers
+ 3
*sigh* One of the failings of Code Playground... The simple solution: don't use Code Playground. Use IDLE on your computer or Pydroid 3 on your phone, or any other Python console. Code Playground isn't suitable for these programs, so your best bet is something else. 😉
2nd Dec 2017, 8:31 AM
blackcat1111
blackcat1111 - avatar
0
Yeah I learned that
2nd Dec 2017, 2:12 PM
Kolby
0
And now it is working in the way I wanted
2nd Dec 2017, 2:12 PM
Kolby