Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cephascard0207/fizz_buzz

This is a program created using Python known as FizzBuzz. If a given number is divisible by 3, the program prints FIZZ & if it is only divisible by 5 then it prints BUZZ. If the number is divisible by both it prints FIZZBUZZ!
https://github.com/cephascard0207/fizz_buzz

fizzbuzz fizzbuzz-python python3

Last synced: about 1 month ago
JSON representation

This is a program created using Python known as FizzBuzz. If a given number is divisible by 3, the program prints FIZZ & if it is only divisible by 5 then it prints BUZZ. If the number is divisible by both it prints FIZZBUZZ!

Awesome Lists containing this project