The third one.
Step-by-step 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).