Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You can add an else clause to an if statement to execute a block of statements if the condition is false.
if condition: block1 else: block2