def  f1(a,b,stop):
     if  = =  stop:
         print (a)
         return  True
     elif  = =  stop:
         print (a,b,sep = " " ,end = "\n" )
         return  True
     elif  a > stop:
         print ( "无效的输入" )
         return  False
     else :
         if  = =  0 :
             print (a,b,sep = "\n" )
         =  +  b
         print (c)
         if  c < stop:
             f1(b,c,stop)
 
 
f1( 0 , 1 , 144 )