FizzBuzz: Difference between revisions

4 bytes removed ,  9 months ago
m
I do not think this is so unimportant that it should be in parentheses.
m (I do not think this is so unimportant that it should be in parentheses.)
Line 9:
 
But:
:*   for multiples of three,   print   '''Fizz'''     (instead of the number);
:*   for multiples of five,   print   '''Buzz'''     (instead of the number);
:*   for multiples of both three and five,   print   '''FizzBuzz'''     (instead of the number) .
 
 
7

edits