case-sensitivity (was Re: True, False, None)
Georgy Pruss
SEE_AT_THE_END at hotmail.com
Wed Nov 12 19:12:07 EST 2003
"Alex Martelli" <aleax at aleax.it> wrote in message news:yRssb.11182$9_.422629 at news1.tin.it...
| <...>
| languages and libraries ARE going to be written by humans, and there
| <...>
| distinctions I'd much rather *NOT* see, such as ones between types
| <...>
| But at least constants, I hear some claim? THOSE are invariably
| ALWAYS spelled in all-uppercase...?
| <...>
Alex, you ARE case-sensitive! And even *MORE* than that. <g>
G-:
--
s='s=;print s[:2]+chr(39)+s+chr(39)+s[2:]';print s[:2]+chr(39)+s+chr(39)+s[2:]
More information about the Python-list
mailing list