4
agarussky
2 6
63/ 95
Last seen 3 years ago
Member for 4 years, 8 months, 29 days
Difficulty Normal
Commented a forum post "AssertionError: 7 is not divisible by 3 or 5" created by agarussky
right! thanks a lot!
what's wrong? def checkio(number: int) -> str: if number % 3 == 0 and number % 5 == 0:
Joined to CheckiO