Re: ASCII
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: ASCII

From: Steve Horsley <steve.horsley@gmail.com>
Date: Fri Sep 30 2005 - 20:37:17 CEST

Tuvas wrote:
> Is there a function that will take a char. and return the ascii value?
> Thanks!
>

>>> print ord('A')
65
>>>

Steve
Received on Sat Oct 15 04:00:54 2005