Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajmayank/8f6a9ea9667777e8c4ae34db12de31d3 to your computer and use it in GitHub Desktop.
Save rajmayank/8f6a9ea9667777e8c4ae34db12de31d3 to your computer and use it in GitHub Desktop.
Python-Iterators-FibonacciTill20-III
for fibNumber in FibonacciTill20():
print(fibNumber)
# 1
# 2
# 3
# 5
# 8
# 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment