Amazing-Python-Scripts
Amazing-Python-Scripts copied to clipboard
Fibonacci Series should start with 0,1
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 :
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
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.
I would like to work on this project. Please assign it to me.
Go Ahead @pavansai5448