Post

@PythonPr It will throw a SyntaxError because the closing quote is missing in print("world).
English

@PythonPr SyntaxError because the else statement is missing a closing quote for the string "world"
After Execution with Corrected,
B is the best answer.

English

@PythonPr I prefer syntax error because missing string (“) from the “world (should be “world”)
English

@PythonPr B.
Because n == 20
It executes the else statement because the if statement is not True.
English
























