Thanks, but where would you place my endless loop?
Let’s say this is the endless loop:
a = 0
while(a < 1):
a = a - 1
Thanks, but where would you place my endless loop?
Let’s say this is the endless loop:
a = 0
while(a < 1):
a = a - 1