First solution in Clear category for Multiply (Intro) by gopistoppy
def mult_two(a, b): return a*b
Oct. 19, 2021