Which of these lines will NOT result in a syntax error?

1 point
Responses

if 10 > 3

if 10 > 3

if 10 > 3:

if 10 > 3:

of 10 > 3:

of 10 > 3:

if 10 >< 3:

if 10 > 3

that's not right the correct answer is 'if 10 > 3:'

Apologies for the mistake in my previous response. The correct line that will NOT result in a syntax error is:

`if 10 > 3:`