Create a Python script fizzbuzz.py that prints FizzBuzz from 1 to 30, then run it with python3 and show the output. Add a brief comment at the top explaining the rules.
Create a Python script fizzbuzz.py that prints FizzBuzz from 1 to 30, then run it with python3 and show the output. Add a brief comment at the top explaining the rules.