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

Questions & AnswersCategory: Programming LanguageWhich of the following is true for variable names in Python?
Geek Boy Staff asked 2 years ago

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