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 @kc021 for the challenge it has been fun optimising this as far as I could! Thanks to @04tmoody-collab for pointing out the error with my 15 block idea!