Newbie question

Sean 'Shaleh' Perry shalehperry at attbi.com
Sat Mar 9 16:50:43 EST 2002


On 09-Mar-2002 Nick wrote:
> How do you get the ordinal value (ASCII) of a character? For example, to
> make a ROT13 program.
> 

>>> ord('A')
65





More information about the Python-list mailing list