Programming (12th Grade)
if-elif-else/operators
What is the correct syntax for an if statement?
if condition:
if (condition)
if [condition]
if {condition}
Next