let a = 0 let b = 1 let temp = 0 while a < 10000 print a temp = a b = temp + b