Open mishmanners opened 3 years ago
Okay a better way to show this code is copy the permalink: https://github.com/MishManners/GitHub-Like-A-Boss-Demos/blob/06bba0c86a88d7f5d1b1a9c153c5453c5df7a918/fizzbuzz.py#L12
I can also copy multiple lines of code: https://github.com/MishManners/GitHub-Like-A-Boss-Demos/blob/06bba0c86a88d7f5d1b1a9c153c5453c5df7a918/fizzbuzz.py#L6-L9
FizzBuzz is a common problem to solve in python.
I solved it and uploaded the script.
Many people get stuck at this point: else if (donut % 3 === 0)