mishmanners / GitHub-Like-A-Boss

Repo for demoing live content
Creative Commons Zero v1.0 Universal
31 stars 8 forks source link

FizzBuzz Example #41

Open mishmanners opened 3 years ago

mishmanners commented 3 years ago

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)

mishmanners commented 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

mishmanners commented 3 years ago

I can also copy multiple lines of code: https://github.com/MishManners/GitHub-Like-A-Boss-Demos/blob/06bba0c86a88d7f5d1b1a9c153c5453c5df7a918/fizzbuzz.py#L6-L9