Original story: http://qiita.com/dongri/items/041ff3e7dde6c99beeb0 Python3 is simpler to write than other languages.
>>> chr(ord('Raw') & ord('death')) 'Love'
Recommended Posts