Python program to print fibonacci series
#python program to print fibonacci series
f1=0
f2=1
i=0
print f1
print f2
while i<7:
f3=f1+f2
f1=f2
f2=f3
print f3
i=i+1
f1=0
f2=1
i=0
print f1
print f2
while i<7:
f3=f1+f2
f1=f2
f2=f3
print f3
i=i+1
Well Done ! the blog is great and Interactive it is Python program to print fibonacci series it is useful for students and Python Developers for more updates on python follow the link
ReplyDeletePython Online Training
For more info on other technologies go with below links
tableau online Training
ServiceNow Online Training
mulesoft Online Training
This Blog Provides Very Useful and Important Information. I just Want to share this blog with my friends and family members. Learn Mulesoft Online
ReplyDelete