At the end of this lesson, you will be able to:
understand conditional statements
practice debugging techniques
Logging into CSCircles
null
work through the following tutorial:
6: If
6D: Design, Debugging and Donuts
accept this assignment in Github Classroom
your task is to use if statements to output the number 1 through 32 where multiples of 3 are replaced with the word Fizz, multiples of 5 with the word Buzz, and multiples of 15 with the word FizzBuzz
you do not have to touch the autograding_test.py file
watch this video on how PyGame works