demo_ref_ord.py:
x = ord("h") print(x)
➜ begtut>python demo_ord.py
104