Tuvas wrote: > Is there a function that will take a char. and return the ascii value? > Thanks! >
>>> print ord('A') 65 >>> Steve -- http://mail.python.org/mailman/listinfo/python-list
Tuvas wrote: > Is there a function that will take a char. and return the ascii value? > Thanks! >
>>> print ord('A') 65 >>> Steve -- http://mail.python.org/mailman/listinfo/python-list