Doubt in my code

Although I know that I have to print fibonacci series in pattern. But I am trying to print fibonacci series first of all but I am not getting the desired input what is the problem in my code?
Here is my code :

Hey @yashsharma4304
Start with a=0 and b=1
Print a,b first and then start with rest of the series

1 Like

Ok now I see the problem. Thank you :slightly_smiling_face: