Programming (Year 12)
Control Structures
Which of the following is a valid syntax for a conditional statement in Python?
if x = 10:
if x == 10:
if x = 10 then:
if (x == 10)