What if you must delete folder and everything in it ? In that case, use "shutil" module and rmtree() function: import shutil print("With shutil.rmtree() You ...
確定! 回上一頁