Skip to content

commit-live-students/generate-fibonacci-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Generate Fibonacci sequence up to 10

Notes:

  • Use while loop to iterate upto 10.
  • Fibonacci series is 0, 1, 1, 2, 3, 5, 8 ... and so on.

Instructions:

  • Program should be written in file build.py

  • Input

     Type:  Integer 
     Value: 10
    
  • Expected Output

      Type:  List
      Value: [0 , 1, 1 , 2 , 3 , 5 , 8 , 13 , 21 , 34]
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages