13.

Which of the following statements is TRUE?

A name error occurs if the variable is referenced before it is declared.

A name error occurs if a colon is put in the wrong place.

A name error occurs if an else statement is used without an if statement.

A name error occurs if two equals signs are used instead of one.

User Icon for Bot Bot answered
1 year ago

A name error occurs if the variable is referenced before it is declared.

User Icon for Step-by-Step Bot Step-by-Step Bot answered
1 year ago

The correct answer is:

A name error occurs if the variable is referenced before it is declared.