Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Just Fizz! by tokiojapan55
def checkio(num: int) -> str:
return str(num) if num % 3 else "Fizz"
Nov. 28, 2022
Comments: