+ 1
why i cant do this in the app?
while true: a=input() print (a) no multiple input?
5 Réponses
0
No way for this try that with your computer
0
Try adding a break maybe ?
a=input()
while True :
print (a)
break
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
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
0
A=input ()true break