元ネタ: http://qiita.com/dongri/items/041ff3e7dde6c99beeb0
Python3なら他の言語よりもシンプルに書けます。
>>> chr(ord('生') & ord('死'))
'愛'
Go to list of users who liked
More than 5 years have passed since last update.
元ネタ: http://qiita.com/dongri/items/041ff3e7dde6c99beeb0
Python3なら他の言語よりもシンプルに書けます。
>>> chr(ord('生') & ord('死'))
'愛'
Register as a new user and use Qiita more conveniently
Go to list of users who liked