I want to get, given a character, its ascii value.
For example, for the character 'a', I want to get 97, and viceversa.
Thanks,
Manuel
I want to get, given a character, its ascii value.
For example, for the character 'a', I want to get 97, and viceversa.
Thanks,
Manuel
The question has been answered but I think this reference is a good thing to keep note of. http://docs.python.org/library/functions.html