fork(1) download
  1. # your code goes here
  2. p = linspace(-pi,pi,100)
  3. print p
Runtime error #stdin #stdout #stderr 0s 23304KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 2, in <module>
NameError: name 'linspace' is not defined