Phyton input doesn't work in this app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

27th Jul 2018, 6:36 PM
BananasDZN sd
BananasDZN sd - avatar
5 Answers
+ 2
there is no way around this in the sololearn playground.
27th Jul 2018, 6:41 PM
davy hermans
davy hermans - avatar
+ 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
27th Jul 2018, 7:29 PM
ReimarPB
ReimarPB - avatar
27th Jul 2018, 8:16 PM
davy hermans
davy hermans - avatar
0
well i know that is why i would suggest some kind of update
27th Jul 2018, 6:56 PM
BananasDZN sd
BananasDZN sd - avatar
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
27th Jul 2018, 8:06 PM
BananasDZN sd
BananasDZN sd - avatar