Python Input Problems on Playground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python Input Problems on Playground

So... I'm trying to make like a text adventure game, but the playground gets mad at me if I try to have it ask for input more than once. Why? https://code.sololearn.com/cQxLFr46Vscr/?ref=app

4th Sep 2018, 8:57 AM
Sir White Cat
Sir White Cat - avatar
1 Answer
+ 1
You have to give all input in one go, on separate lines. It is how it works.
4th Sep 2018, 9:02 AM
Paul
Paul - avatar