3 lines
66 B
Python
3 lines
66 B
Python
|
|
print ord(u'π') # prints "960"
|
||
|
|
print unichr(960) # prints "π"
|