# instead of i = 1 while i>0: # code # do this while True: # code
instead of
i = 1
while i>0:
# code
do this
while True:
# code