Q. Which of the following will result in a syntax error?
β
Correct Answer: (B)
if True print('yes')
Explanation: Python requires a colon after `if` conditions.