(mod num div))) (defn fizz-buzz "Fizz if divisible by 3, Buzz if divisible by 5, FizzBuzz if div by both, n if neither." [n] (cond-> nil ...
確定! 回上一頁