Programming (Year 12)
Control Structures
Which of these is not a valid way to create a conditional statement in Python?
if x > 10:
if (x > 10):
if x > 10 then:
if x == 5: