ASCII

Steve Horsley steve.horsley at gmail.com
Fri Sep 30 14:37:17 EDT 2005


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

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

Steve



More information about the Python-list mailing list