# encoding: utf-8
from __future__ import print_function, unicode_literals

print([ord(x) for x in 'İle'])
print([ord(x) for x in 'İle'.lower()])