This python script can multiply two matrices.
- Clone this repository to your local machine.
- Run
python3 solver.py
- Input Matrix A and Matrix B
- While entering the elements of matrices, seperate each element of rows by a space.
- Press enter one time to jump to the next row of matrix.
- Press enter two times when finished typing a single matrix.