Skip to content

Avinash-2112/AIDI_2000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fibonacci Sequence Generator

This is a simple Python script that generates the Fibonacci sequence up to a specified number. The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones.

Usage

  1. Clone the repository to your local machine.
  2. Make sure you have Python installed.
  3. Open a terminal or command prompt and navigate to the directory where the script is located.
  4. Run the script by executing the following command:

python fibonacci.py

  1. You will be prompted to enter a number. This number specifies how many Fibonacci numbers you want to generate.
  2. After entering the number, the script will calculate the Fibonacci sequence and display it on the screen.

About

Repro for AI in Enterprise system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages