Suggested by @04tmoody! If you have any suggestions, let me know. This challenge is to make a custom block that outputs in a list the numbers 1-n. However, if the number is divisible by 3, write "fizz" instead of the number. If it is divisible by 5, write "buzz". And if it is divisible by both, write "fizzbuzz".
Thanks to @04tmoody!