We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e307f9a commit 4da0c0bCopy full SHA for 4da0c0b
session_04/answers/B10.py
@@ -1,4 +1,4 @@
1
-# D5 - FizzBuzz – Write a program that prints the numbers from 1 to 100.
+# B10 - FizzBuzz – Write a program that prints the numbers from 1 to 100.
2
# For multiples of three, print “Fizz” instead of the number and for multiples of five, print “Buzz”.
3
# For numbers which are multiples of both three and five, print “FizzBuzz”
4
0 commit comments