Python: Matrix multiplication using list comprehension, without zip

前端 未结 0 902
孤街浪徒
孤街浪徒 2020-11-29 01:32

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.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题