To delete a file in Python, os is imported and then os.remove() function is used. Syntax: import os. os.remove(“filename“). To delete a folder in Python, os ...
確定! 回上一頁