Python Input Problems on Playground | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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