Created
March 23, 2021 18:42
-
-
Save lidangzzz/d68839f1e592e4a7bfb87ee5d4f45ac5 to your computer and use it in GitHub Desktop.
matrix_add
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def matrix_add(matrixA, matrixB): | |
return matrixA + matrixB | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment