Multiply This code does not execute properly. Try to figure out why. Solution: def multiply(a ,b): return (a * b) print(multiply(2,1)) # 2