Edit Format Run Options Window Help
t = int (input ("How many terms? (enter 2+ value) : "))
first = 0
second = 1
print("\nFibonacci series is :')
print (first, ",", second, end =", ")
for i in range (2, t) :
next = first + second
point (next, end=",")
first = second
second = next
is this wrong
Answers
Answered by
0
2789t to one and only for 100₹
Similar questions