2.1.2 - Indentation

Indentation matters. Each line under the if statement that is indented will only be executed if the statement is true. After the intended block execution continues as normal. Copy the following code and save it as correct_indentation.py inside your working folder.


Indentation must be exactly the same. Following code doesn't work :