You need to remove the indentations in line 4 and 5. In Python, indentation is used to indicate code belonging to a block, and conversely, it cannot be used outside one of those. However, this will also give an error, because you have a "t" in line which is never defined. Actually, you should remove line 5 entirely, and then amend the current line 7 accordingly.