• 2022-05-29
    下列语句语法正确的是( )
    A: if x<2*y and x>y then y=x**2
    B: if x<2*y : x>y then y=x^2
    C: if x<2*y and x>y then y=x2
    D: if x<2*y and x>y then y=x^2