?? Day66 of #100DaysOfPython ??
Surya Singh
Sr. AI Consultant & Team Lead @Accenture Strategy | ex-ZS, EY | MS in ML & AI
Today, we're diving into generating nth number 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 10th number in the Fibonacci sequence:
How do you generate the nth number in fibonacci sequence in python?
Stay tuned for more Python challenges and solutions! ??