online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
''' simply we can do any larger matrix multiplication using python ''' from numpy import * print("pelase enter matrix in the form of:\n[[1 2]\n[3 4]] as 1 2; 3 4 ") n1=input('enter your first matrix:') n2=input('enter your second matrix:') m1= matrix(n1) m2=matrix(n2) m3=m1*m2 print(m3)

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue