erichelgeson / FizzBuzz

The Game FizzBuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Game FizzBuzz


Languages

Language:Python 100.0%