import os os.remove("ChangedFile.csv") print("File Removed!") The task looks simple in this case, and it is. All you need to do to remove a file is call ...
確定! 回上一頁