Which of the following is true for variable names in Python?

Questions & AnswersCategory: PythonWhich of the following is true for variable names in Python?
Lokesh Kumar Staff asked 2 years ago

Which of the following is true for variable names in Python?
a. unlimited length
b. all private members must have leading and trailing underscores
c. underscore and ampersand are the only two special characters allowed
d. none of the mentioned