#!/usr/bin/env python f1,f2 = 1,1 while f1<=1000: print(f1) f1,f2 = f2,f1+f2