アルファベットみたいな日本語

Run Settings
LanguagePython
Language Version
Run Command
engj='丹日コちモ干串卅!了斤レ巾へ口尸タ尺乙丁ひ凹山メソユ' def engjap(sen): ret='' sen=sen.lower() for i in sen: if ord(i)>=ord('a') and ord(i)<=ord('z'): ret+=engj[ord(i)-ord('a')] else: ret+=i return(ret) se=input() print(se) print(engjap(se))
Editor Settings
Theme
Key bindings
Full width
Lines