# if – A conditional statement used to execute a block of code when a specified condition is True. # elif – Short for “else if”; used to check another condition if the previous if condition is False. ...