def encrypt(st1):
st2=""
for s in stl:
st2 += chr(ord(s)+5)
return st2
print(encrypt("ktocji"))
运行结果是