Basics
1.
Is Python case sensitive when dealing with identifiers?
2.
What is the maximum possible length of an identifier?
3.
Which of the following is invalid?
4.
Which of the following is an invalid variable?
5.
Why are local variable names beginning with an underscore discouraged?
6.
Which of the following is not a keyword?
7.
All keywords in Python are in _________
8.
Which of the following is true for variable names in Python?
9.
Which of the following is an invalid statement?
10.
Which of the following cannot be a variable?