?? Day11 of #100DaysOfPython ??
Surya Singh
Sr. AI/ML Consultant & Team Lead @Accenture Strategy | ex-ZS, EY | MS in ML & AI
Today, we're diving into generating all the numbers for the nth position in Fibonacci sequence!
Fibonacci sequence is a sequence in which each number is the sum of the two preceding ones.
Let's go through the steps in the snippet below and generate the series of numbers for 10th position in the Fibonacci sequence:
Stay tuned for more Python challenges and solutions! ??