def mult(a, b):
    return a * b

print(mult(3, 2, 4))