+ 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
1 Answer
+ 1
You have to give all input in one go, on separate lines. It is how it works.