Which of the following will result in a NameError?

Referencing a variable that doesn't existUsing a string which is very long as a variable name

Referencing a variable that doesn't exist.