fork download
  1. # your code goes here
  2. import numpy as np
  3. import random
  4.  
  5. a=np.array[[2,3],
  6. [3,4]]
  7.  
  8.  
  9.  
  10.  
  11.  
Runtime error #stdin #stdout #stderr 0.22s 28600KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 6, in <module>
TypeError: 'builtin_function_or_method' object is not subscriptable