Programming (Year 11)
Control Structures
Which of the following is the correct syntax for a conditional statement in Python?
if (x > y)
if x > y:
if x > y then:
if (x > y):