Q. Which of the following will raise a SyntaxError?
β
Correct Answer: (A)
if True print('Yes')
Explanation: Python requires a colon `:` after `if` statements.