Computer Science, asked by catsrock826, 9 months ago

WRITE THE RULES FOR SPECIFYING IDENTIFIERS IN PYTHON.

Answers

Answered by manasa2911
5

Answer:

rule 1:we should not use symbols

rule 2:It can be of any length

rule 3:It can be an upper case letter or a lower case or a digit

rule 4:Identifier should not start with a digit.......

Explanation:

A python identifier is a name we give to Identify a variable,function, class,module or other object...

Hope It Helps you

Similar questions