SL wrote:
How can I compute with the integer values of characters in python? Like 'a' + 1 equals 'b' etc -- http://mail.python.org/mailman/listinfo/python-list
You can get an integer value from a character with the ord() function. Gary Herron -- http://mail.python.org/mailman/listinfo/python-list