In Python, we can delete files and directories through the os.unlink() function (for files), the os.rmdir() function (for empty directories), ...
確定! 回上一頁