| Python Language Reference Manual by Guido van Rossum and Fred L. Drake, Jr. Paperback (6"x9"), 120 pages ISBN 0954161785 RRP £12.95 ($19.95) Sales of this book support the Python Software Foundation! Get a printed copy>>> |
2.3 Identifiers and keywords
Identifiers (also referred to as names) are described by the following lexical definitions:
identifier (letter| "_") (letter|digit| "_")*letterlowercase|uppercaselowercase "a"..."z"uppercase "A"..."Z"digit "0"..."9"
Identifiers are unlimited in length. Case is significant.
| ISBN 0954161785 | Python Language Reference Manual | See the print edition |