On Tue, May 01, 2007 at 02:06:21PM -0700, [EMAIL PROTECTED] wrote: > How can I get the ascii code of a charter in python?
It's a builtin: >>> ord('*') 42 Dustin -- http://mail.python.org/mailman/listinfo/python-list
On Tue, May 01, 2007 at 02:06:21PM -0700, [EMAIL PROTECTED] wrote: > How can I get the ascii code of a charter in python?
It's a builtin: >>> ord('*') 42 Dustin -- http://mail.python.org/mailman/listinfo/python-list