Retired
fizzbuzz (retired)
27kgashok
Description:
Return an array containing the numbers from 1 to N, where N is the parametered value. N will never be less than 1.
Replace certain values however if any of the following conditions are met:
- If the value is a multiple of 3: use the value 'Fizz' instead
- If the value is a multiple of 5: use the value 'Buzz' instead
- If the value is a multiple of 3 & 5: use the value 'FizzBuzz' instead
Puzzles
Similar Kata:
Stats:
Created | Oct 3, 2014 |
Warriors Trained | 59 |
Total Skips | 5 |
Total Code Submissions | 87 |
Total Times Completed | 27 |
Python Completions | 27 |
Total Stars | 0 |
% of votes with a positive feedback rating | 0% of 0 |
Total "Very Satisfied" Votes | 13 |
Total "Somewhat Satisfied" Votes | 0 |
Total "Not Satisfied" Votes | 2 |