a, x = 1, 0
while True:
       print x
       print
       print
       print
       print
       a, x = x, a+x

