Programming (Year 11)
Conditional Statements
Which of the following is a valid conditional statement in Python?
if x = 10:
if (x == 10):
if x == 10 then:
if x = 10 then: