/FizzBuzz

A practice on python programming [first python project]

Primary LanguagePythonMIT LicenseMIT

Fizz Buzz

Build Status Discord Contribution

What for?

  • Program prints numbers from 1 to 100.
  • Multiples of 3 are represented by "Fizz".
  • Multiples of 5 are represented by "Buzz".
  • Multiples of both 3 & 5 are represented by FizzBuzz".

Tools Used

  • Python 3.6.1
  • sublime text editor v3126

Documentation

Under construction.

License

This project is designed for practice and educational purposes. See section LICENSE for more details.