Use try-except block when deleting a file which may or may not exist. Use os.remove() and try-except block to attempt to delete a file. First, get the full path ...
確定! 回上一頁