Amazing-Python-Scripts icon indicating copy to clipboard operation
Amazing-Python-Scripts copied to clipboard

Fibonacci Series should start with 0,1

Open pavansai5448 opened this issue 1 year ago • 2 comments

Describe the bug The Fibonacci Series must start from 0,1 and generate the sequence after that according to the given user input , but this program generates Fibonacci Series starting from 1,1 .

Present Error : image the series starts with 1,1,..... so on

Expected behavior

the series must start from 0,1,...soon on wrt the user input if user input = 0 , print nothing if user input = 1, print 0 if user input = 2, print 0,1 if user input = 3, print 0,1,1 ... so on

Screenshots

image

it starts from 0,1, .... so on as expected

Hello! I am a proud contributor at GSSoC '23. I would like to contribute to this project.

@avinashkranjan if you think it is useful then do assign me the issue under GSSoC '23 with the level of the PR as well.

pavansai5448 avatar Jun 22 '23 12:06 pavansai5448

I would like to work on this project. Please assign it to me.

PrathamKumar125 avatar Jun 24 '23 06:06 PrathamKumar125

Go Ahead @pavansai5448

avinashkranjan avatar Jun 30 '23 12:06 avinashkranjan