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