Print fibonacci series in python using list

preview_player
Показать описание
Python program to print fibonacci series in python using a list

Fibonacci Series in Python, using for loop and storing the Fibonacci series in a list.

fibonacci sequence using list in python

#python
Рекомендации по теме
Комментарии
Автор

Woah! When I first learned about the "tuple manipulation" (I don't know where) technique online, I thought it was cool, BUT this list append manipulation technique is ingenious.
It's way less code than my program was. You are very smart, man!

dustinwestglow