/FizzBuzz

The Game FizzBuzz

Primary LanguagePython

FizzBuzz

The Game FizzBuzz The rules of the game are the players must count up starting at 1. For every number divisible by 3 they must instead say Fizz and for every number divisible by 5 they must instead say Buzz. If a number if divisible by both 3 and 5 they must say FizzBuzz.

The numbers used to say Fizz or Buzz can be changed to any number desired.