下列语句语法正确的是( )
A、 if x<2*y and x>y then y=x2
B、 if x<2*y : x>y then y=x^2
C、 if x<2*y and x>y then y=x**2
D、 if x<2*y and x>y then y=x^2
发布时间:2025-11-13 20:57:43
A、 if x<2*y and x>y then y=x2
B、 if x<2*y : x>y then y=x^2
C、 if x<2*y and x>y then y=x**2
D、 if x<2*y and x>y then y=x^2