#43735: python一行解


cat_star_knight (幽靈貓神)

學校 : 臺北市立麗山國中
編號 : 290235
來源 : [111.248.217.102]
最後登入時間 :
2024-12-19 20:44:13

print(''.join([chr(ord(a)-7) for a in list(input())]))
#46024: Re: python一行解


s314012@pshs.ntct.edu.tw (10912甘詩涵)

學校 : 不指定學校
編號 : 308627
來源 : [211.72.75.25]
最後登入時間 :
2025-06-14 15:56:21

print(''.join([chr(ord(a)-7) for a in list(input())]))

thank you