First solution in Clear category for Multiply (Intro) by ereagan
def mult_two(a, b): x = a*b return x
Feb. 18, 2022