Konu
python yardımm
04-11-2020, 00:16:01
#8
abdullahtrn
text = "ahmet"
new_text = "".join([chr(ord(x)+2) for x in text])
print(new_text)
bunu yazdıracaktır.
>>cjogv