print a ... z, A ... Z, "\n"' in Python

js ebgssth at gmail.com
Sat Mar 3 07:56:04 EST 2007


> > Maybe we don't want char range If string constants would be rich
> > enough.
>
> But as soon as we want a string that doesn't correspond to any
> pre-defined constants, we're hosed.  For example, there isn't
> a constant that would correspond to this Perl-ism:
>
>   print l ... w, e ... j, L ... W, E ... J, "\n";

Yes, I'm certain that l ... w, e ..j will never be a constant
because that doesn't mean a thing so nobody want them :)



More information about the Python-list mailing list