Skip to content

Cyber-Mukherjee/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FizzBuzz

Changelogs 1.0 -

Simple python program that prints all the numbers between 0-100 and prints the numbers divisible by 3 as "fizz" and the numbers divisible by 5 as "buzz". If they are divisible by both 3 and 5, it prints "fizzbuzz" or else it just prints the number as it is. Created by: Gaurav Mukherjee (https://github.com/Gaurav-Mukherjee)

1.1 -

Simple python program that prints all the numbers between 0 to the maximum range given by the user and prints the numbers divisible by 3 as "fizz" and the numbers divisible by 5 as "buzz". If they are divisible by both 3 and 5, it prints "fizzbuzz" or else it just prints the number as it is. Created by: Gaurav Mukherjee (https://github.com/Gaurav-Mukherjee)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages