demo_ref_ord.py:
x = ord("h") print(x)
C:\Users\My Name>python demo_ord.py
104