Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

FizzBuzz in Python

This project implements the classic FizzBuzz problem in Python.

How It Works:

  • Numbers from 1 to 50 are printed.
  • Multiples of 3 print "Fizz".
  • Multiples of 5 print "Buzz".
  • Multiples of both 3 and 5 print "FizzBuzz".

How to Run:

  1. Clone the repository:
    git clone https://github.com/Fatima-eng-coder/FizzBuzz.git
  2. Run fizzbuzz.py using Python:
    python fizzbuzz.py
    

Author:

Fatima Azaz

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages