Skip to content

if_elif_else_statement

aiegoo edited this page Oct 9, 2019 · 1 revision

if, elif, else staments

if case1:
    perform action1
elif case2:
    perform action2
else: 
    perform action3
Clone this wiki locally