First solution in Creative category for Multiply (Intro) by pianaphade
def mult_two(a: int, b: int) -> int: return a*b
June 21, 2021
Comments: