Programming Examples
Python program that create a tuple storing first 9 terms of Fibonacci series
Write a Python program that create a tuple storing first 9 terms of Fibonacci series
Output/ Explanation:
(0, 1, 1, 2, 3, 5, 8, 13, 21)
Write a Python program that create a tuple storing first 9 terms of Fibonacci series
Output/ Explanation:
(0, 1, 1, 2, 3, 5, 8, 13, 21)