A Admin • 832.27K Points Coach Q. Which of the following will raise a SyntaxError? (A) if True print('Yes') (B) if True: print('Yes') (C) print('Yes') (D) None of the above Correct Answer - Option(A) Views: 18 Filed under category Python Hashtags: Share Manage Tags
Discusssion
Login to discuss.