I\'m looking to create matrixMult(A,B) function, which will return the product of A*B matrices. It has to use list comprehension, and no zip function.