% dim gou,gu,xian gou = request.Form("gou") gu = request.Form("gu") g1 = gou*gou g2 = gu*gu x1 = g1 + g2 xian = Sqr(x1) %>