Skip to content

A practice on python programming [first python project]

License

Notifications You must be signed in to change notification settings

atrestis/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A practice on python programming [first python project]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages