James Thornton logo
James Thornton
Google
Web jamesthornton.com
Internet Business Consultant
Home Blog Bio Projects Contact
JamesThornton.com -> Archive -> Python -> 2.0.1 -> Ref -> One Page


2.3 Identifiers and keywords

Identifiers (also referred to as names) are described by the following lexical definitions:

identifier:     (letter|"_") (letter|digit|"_")*
letter:         lowercase | uppercase
lowercase:      "a"..."z"
uppercase:      "A"..."Z"
digit:          "0"..."9"

Identifiers are unlimited in length. Case is significant.


Subsections

See About this document... for information on suggesting changes.

Follow espeed on Twitter