geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
294 stars 300 forks source link

feat: :art: FizzBuzz program in Python #587

Open Ag-Utkarsh opened 8 months ago

Ag-Utkarsh commented 8 months ago

Added a new algorithm, Fizzbuzz it is a fun program to understand how for, if, range() works in Python