If and Else statements should be used if you want to check if something is True or false. This also includes elif statements. Try and except statements are used for exception errors. These are mainly for handling errors if an if or else statement can't be done or to make it easier.