Next:
dir()
Up:
Built-in Functions
Previous:
callable()
Contents
Index
chr(), ord()
In [5]: ord('a') Out[5]: 97 In [6]: chr(97) Out[6]: 'a'