Skip to content

itsxwang/Python-Fibonacci_sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Project-Description

Generate Fibonacci numbers up to a given number n with this Python function! This implementation uses a while loop to efficiently produce the sequence, starting from 0 and 1. Simply input the desired n value and get the list of Fibonacci numbers up to that point.

Features:

  • Efficient while loop implementation
  • User input for customizable sequence generation
  • Returns a list of Fibonacci numbers up to the given n value
  • Example usage: Run the script, input a number, and get the Fibonacci sequence up to that number!

Example usage:

  • Run the script, input a number, and get the Fibonacci sequence up to that number!

About

Fibonacci Sequence Generator Generate Fibonacci numbers up to a given number `n` with this Python function! Efficient while loop implementation, user input for customizable sequence generation, and returns a list of Fibonacci numbers up to `n`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages