Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Speedy category for Just Fizz! by J.schubert262
def checkio(num: int) -> str:
return str(num) if num % 3 else 'Fizz'
April 27, 2023
Comments: