fork(1) download
  1.  
Success #stdin #stdout 0.04s 9492KB
stdin
From sympy import*
X,y=symbols ('x y')
W=integrate (x**2+y**2,(y,0,x),(x,0,1))
Print (w)
stdout
Standard output is empty