First solution in Clear category for Just Fizz! by kazuki.h
def checkio(num): return str(num) if num%3 else "Fizz"
Nov. 27, 2022
Comments: