https://github.com/mouse-reeve/fizzbad
bad solutions to fizz buzz. sorry
https://github.com/mouse-reeve/fizzbad
fizzbuzz
Last synced: 9 months ago
JSON representation
bad solutions to fizz buzz. sorry
- Host: GitHub
- URL: https://github.com/mouse-reeve/fizzbad
- Owner: mouse-reeve
- License: mit
- Created: 2017-08-23T23:05:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T14:35:46.000Z (about 6 years ago)
- Last Synced: 2025-01-08T11:17:48.736Z (over 1 year ago)
- Topics: fizzbuzz
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FizzBad
Solutions to the famous FizzBuzz problem,
> Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".
except bad.