Why did Jean get an error when he tried to use the variable class? (5 points)

1. Variables should be two words.
2. Variables cannot be Python keywords.
3. Variables should start with a number.
4. Variables should always be camelCase.

Respuesta :

Class is used to define a class which makes it a keyword. You cannot make variables python keywords.

#2 is correct.

Answer:

2

Explanation:

You cannot put python variable words in your code