ReXX Style translate() function for strings ?
Skip Montanaro
skip at pobox.com
Fri Nov 2 10:36:00 EST 2001
More information about the Python-list mailing list
Fri Nov 2 10:36:00 EST 2001
- Previous message (by thread): ReXX Style translate() function for strings ?
- Next message (by thread): ReXX Style translate() function for strings ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steve> input = "".join([chr(x) for x in range(256)]) Not that it's used all that often, but there is an input builtin, so in the interest of not hiding builtin functions, it's probably best to get into the habit of not using them as local variable names. have-we-flogged-this-horse-enough?-ly, y'rs, <wink> -- Skip Montanaro (skip at pobox.com) http://www.mojam.com/ http://www.musi-cal.com/
- Previous message (by thread): ReXX Style translate() function for strings ?
- Next message (by thread): ReXX Style translate() function for strings ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list