SVijayB / PyHub

A-Z of Python Essentials in one place
http://www.vijaybalaji.me/PyHub/
GNU General Public License v3.0
25 stars 15 forks source link

added fizzbuzz program into the misc folder #45

Closed Kraken-ops closed 3 years ago

Kraken-ops commented 3 years ago

For HactoberFest 2021 contribution

Description

Related Issue

This PR closes #

Motivation and Context

Screenshots (if any)

Types of changes

Checklist:

SVijayB commented 3 years ago

Wait, what exactly is this script supposed to do?

Kraken-ops commented 3 years ago

This is simple python program that prints fizzbuzz when a number divided by both 3 nd 5. Fizz if by 3 and Buzz if by 5.

SVijayB commented 3 years ago

Alright, that works. Thank you :)

Happy hacking!