stop = 6 a = 1 i = 1 # start a # print result fib comefrom if i is 1 # start b = 1 comefrom fib # start of loop i = i + 1 next_b = a + b a = b b = next_b comefrom fib if i > stop