Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Implement Fizzbuzz using Python #16

Closed ItIsUday closed 4 years ago

ItIsUday commented 4 years ago

Fizzbuzz

The following snippet is a way to implement the classic Fizzbuzz problem using Python

Related: #15

Type of change

Checklist: