fork download
  1. # your code goes here
Success #stdin #stdout 0.03s 9516KB
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