Programming (12th Grade)
if-elif-else/operators
Which of the following is the correct syntax for an if-elif-else statement?
if condition:
if condition: elif condition: else:
if condition: else:
if condition: elif condition: