0
def get_text_filename():
'''() -> str
Return the name of the file containing the plaintext or cipher text.
'''
return input("Enter the file to read: ")
第一次輸入文件名後,我希望能夠調用輸入的文件名是什麼。我該怎麼做呢?獲得輸入值而不提示
我會在哪裏放?功能外部或內部? – user2639519
功能之外。 – jh314
如果我把它放在函數之外,它說沒有定義get_text_filename() – user2639519