def CPell(n): a=2 b=1 for k in range(1,n+1): u=a a= b= print("(",a,",",b,")") return