加密输入 "star",输出是?()
s=input() new_s="" for c in s: new_s+=chr(ord(c)+2) print(new_s)
uvct
star
rqyp
tubs