الرجوع
تسجيل الدخول

What is the output of the following code snippet?

def multiply(x, y):
    return x * y

print(multiply(2, 3))