✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following Python function and select all True statements.
def matrix_multiply(A, B):"""Perform matrix multiplication between two matrices"""return A * B