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.
3 Antworten
+ 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. 😉
0
Yeah I learned that
0
And now it is working in the way I wanted