You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(Hello,officers) # officers sequence in 10 lines a,b=0,1 for in range(10):print(a) a,b=b a+b # Generate Sequence def officers(n): a,b=0,1 for i in range(n):print(n): a,b=b, a+b #print first 10 numbers officers(10)