index
if <condition>:
#True here
statements
elif <condition>:
#True here
statements
…
else:
#Catch all other here
statements
print\('yes'\)print\('no'\)print\('unknown'\)Last updated
if <condition>:
#True here
statements
elif <condition>:
#True here
statements
…
else:
#Catch all other here
statements
print\('yes'\)print\('no'\)print\('unknown'\)Last updated