To delete a file in Python, the remove() method is used. For this, one needs to import the os module to the program. Syntax: os.remove("filename ...
確定! 回上一頁