The line of code after a line beginning with the word else needs to begin with a(n):

(1 point)
• print statement.
• indentation.
0 #
0 :

1 answer

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.