Normal solution in Clear category for Multiply (Intro) by _Chico_
def mult_two(a:int, b:int) -> int: return a*b
Aug. 10, 2022