Computer Science, asked by Anonymous, 2 months ago

Is Python( it is a name) a correct variable name in python?
Correct answers only.​

Answers

Answered by ajmalparkar3052
1

Answer:

Yes

Explanation:

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