The line of code after a line beginning with the word else
needs to begin with an indentation. In Python, indentation is used to define the blocks of code that belong together, such as the body of an if
, elif
, or else
statement.
So the correct answer is:
- indentation.