English, asked by govindjoshi1969, 6 months ago

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

Answers

Answered by jaanusingh442
8

Answer:

Officially, variable names in Python can be any length and can consist of uppercase and lowercase letters ( A-Z , a-z ), digits ( 0-9 ), and the underscore character ( _ ). An additional restriction is that, although a variable name can contain digits, the first character of a variable name cannot be a digit.

Similar questions