Computer Science, asked by switiupadhyay, 2 months ago

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 allanjoel0512
0

2789t to one and only for 100₹

Similar questions