+ 1

How to use multiple inputs in python?

I'm creating a game, but I couldn't figure a way to, for example, move the character to the west, get information from the newly found room, then go north. It doesn't request user input multiple times, even if it is in a loop. Is there any way to change this? Or do I have to try apps/programs other than SoloLearn?

26th Feb 2017, 8:42 PM
The Mechanical Entry
The Mechanical Entry - avatar
1 Odpowiedź
+ 2
Sololearn only asks for input once, even if it is a loop. If your code needs multiple inputs, you have to use a new line for each one If you use sites like codecademy.com, this won't be a problem
26th Feb 2017, 9:33 PM
Anselm