12 Oct Aurora Saturday 14:30 Python Homework 10.12.
Question 1: Write a Python program to get the Fibonacci series between 0 to 100. Note : The Fibonacci Sequence is the series of numbers, the first two numbers are 0 and 1 : 0, 1, 1, 2, 3, 5, 8, 13, 21, ...