Programming (Year 12)
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
Next