if (condition1): # do something elif (condition2): # do something else else: # do the default thing