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