Python Variables & Identifiers

1.Which of the following will cause a syntax error?
  • A. x = 10
  • B. if x > 10:
  • C. print x
  • D. x == 10

print x

print x