Remix on Glitch

Hello Pyodide

import numpy as np

def getResult():
  return np.matrix('1 2; 3 4')
  
getResult()