TheRenegadeCoder / sample-programs

Sample Programs in Every Programming Language
https://sampleprograms.io
MIT License
548 stars 537 forks source link

Update Fizz Buzz in Python to Address Performance Issues #2118

Closed xPolar closed 4 years ago

xPolar commented 4 years ago

I want to redo the current Fizz Buzz in Python program as it's inefficient and can be improved.

Project Link

jrg94 commented 4 years ago

Totally fine! Just make sure it passes testing.

xPolar commented 4 years ago

Hey, @jrg94 could you further explain how to test my pull request, kind of confused.

jrg94 commented 4 years ago

When you submit a pull request, it should test the code for you. That said, you can check out the contributing doc for more details on how to test locally: https://github.com/TheRenegadeCoder/sample-programs/blob/master/.github/CONTRIBUTING.md