fork download
  1. import array as array
  2. A= array( 1, 2, 3, 4 )
Runtime error #stdin #stdout #stderr 0s 23352KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 2, in <module>
TypeError: 'module' object is not callable