Fibonacci sequence: Difference between revisions

m
typo
(Added Python)
m (typo)
Line 55:
 
=={{header|Python}}==
===IteractiveIterative===
<python>def fibIter(n):
if n <= 2:
Anonymous user