basic solution in Clear category for Multiply (Intro) by mplichta
def mult_two(a: int, b: int) -> int: return a*b
Jan. 1, 2019
Comments: