fork(1) download
  1. from array import array
  2. A = array(1,2,3)
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: array() takes at most 2 arguments (3 given)