0
repeating variable? insight for noob
#expecting infinite output of condition, but terminal provides no output? number = 15 while number <= 1: print(number)
2 Respuestas
+ 2
15 <= 1 is always false. There is no iteration of the while loop.
+ 1
#Facepalm...
<= 1......