fork download
  1. print 'hello'
  2. import numpy as np
  3. print np.zeros(10)
Success #stdin #stdout 0.11s 23992KB
stdin
Standard input is empty
stdout
hello
[ 0.  0.  0.  0.  0.  0.  0.  0.  0.  0.]