Ramone8922 Ramone8922 28-02-2024 Computers and Technology contestada Given the following function definition: def func(x, y, z): a = (x * y * z) print(a) Which statement calls the function, passing in the values 5, 6, and 7 to the parameters x, y, and z respectively?