Raindrops instructions

In the instructions for Raindrops, would it make sense for the instructions to be a bit more specific here:

raindrops(34) returns “34” because 34 is not divisible by 3, 5, or 7.

to become

raindrops(34) returns the string “34” because the number 34 is not divisible by 3, 5, or 7.

Thanks! Will roll out in the next curriculum batch update :slight_smile:

1 Like