Programming (12th Grade)
if-elif-else
What is the correct syntax for an if statement in Python?
if(condition):
if condition:
if{condition}
if condition then: