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