Python Variables & Identifiers

6.What will happen if you use a reserved keyword as an identifier in Python?
  • A. It works fine
  • B. It raises a SyntaxError
  • C. It is automatically renamed
  • D. It becomes a string

It raises a SyntaxError

It raises a SyntaxError