Question 1
What is the maximum lenght of a python identifier?
Question 2
Which of the following is not a naming convention for python identifiers?
Question 3
Can python indentifiers begin with a number?
Question 4
Which of the following is a valid way to assign a value to a variable in python?
Question 5
Python is case-sensitive programming language. What does this mean for identifiers?
Question 6
Which of the following is a valid python identifier?
Question 7
Which of the following is a reserved keyword in python?
Question 8
What is the scope of a variable defined inside a function in python?
Question 9
Which of the following is an invalid python identifier?
Question 10
What is the recommended naming styel for regular variables in python?