use set() that will only take the unique number. because we don't want the number's that are both multiples of 3 and 5.
This was quite easy. feels good after solving it.
Remember!: If the number is a multiple of both 3 and 5, only count it once.
it's a pity that there's only one color in the description
Loading collection data...
use set() that will only take the unique number. because we don't want the number's that are both multiples of 3 and 5.
This was quite easy. feels good after solving it.
Remember!: If the number is a multiple of both 3 and 5, only count it once.
it's a pity that there's only one color in the description