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