def test(): value=eval(input("Value here!")) with open ("word-text.txt","r") as f: for ord in (f): print (ord) for chr in ord: print (chr) ...
確定! 回上一頁