text = "ahmet"
new_text = "".join([chr(ord(x)+2) for x in text])
print(new_text)

bunu yazdıracaktır.
>>cjogv