0
Phyton input doesn't work in this app
So for example if you have this code: print("How old are you?", end = ' ') age = input() print("How tall are you?", end = ' ') height = input() print("How much do you weigh?", end = ' ') weight = input() You would expect the program to print and then ask for input and print again and ask for input again,but instead it just ask for all the inputs before printing anything and you need to guess all the values the program is asking you to input
5 ответов
+ 2
there is no way around this in the sololearn playground.
+ 1
They did tell us once why they didn't do that. I dont remember the reason or where they said it, but you should know there is some explanation as to why they dont do that
+ 1
The answer from Kuba Siekierzyński can clear up things.
https://www.sololearn.com/discuss/1422651/?ref=app
0
well i know that is why i would suggest some kind of update
0
Would really like to hear it because there is no point in asking for input(in my opinion) if you have to put all the values in the same box, assuming you read the code that is because if you didnt it asks for input for something you dont know about