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)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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)