In that case, use "shutil" module and rmtree() function: import shutil print("With shutil.rmtree() You Can delete Full Folder") print("-" * 50) ...
確定! 回上一頁