Computer Science, asked by 130058gargi, 4 months ago

Can a variable in python begin with a capital letter?

Plz answer.. ​

Answers

Answered by sayan3817
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.

Answered by sulochana42
0

Answer:

Officially, variable name 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 ( _ ).

Similar questions