Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) unlimited length
b) underscore and ampersand are the only two special characters allowed
c) all private members must have leading and trailing underscores
d) none of the above

Answer: a
Explanation: Variable names can be of any length.

Join The Discussion