+ 1

why i cant do this in the app?

while true: a=input() print (a) no multiple input?

13th Sep 2016, 7:03 PM
Tal Kenigs
Tal Kenigs - avatar
5 Réponses
0
No way for this try that with your computer
14th Sep 2016, 1:27 AM
looyea
0
Try adding a break maybe ? a=input() while True : print (a) break
14th Sep 2016, 4:11 AM
PxlMazh
PxlMazh - avatar
0
thanks looyea and pxlmazh i think you didnt understand the question i asked if i can do input number of times it seems that it isn't possible in the app
14th Sep 2016, 4:16 AM
Tal Kenigs
Tal Kenigs - avatar
0
well, you would then have to specify that number of time you would like your program to run it. you can't let it loop infinitely
14th Sep 2016, 4:24 AM
PxlMazh
PxlMazh - avatar
0
A=input ()true break
19th Sep 2016, 7:58 AM
bobby