When using the 'if statement' to control program flow in Python, the boolean type (bool), which only has two values, True and False, is one of the most important data types. The if statement executes ...