Respuesta :

The third one.

Explanation:

The first answer is missing colons after the "if-else" clauses.

The second answer is missing quotes inside the print statements.

The fourth answer is missing indentation (which results in a syntax error in Python).