Here's a function to do that with formatting: import os def list_files(startpath): for root, dirs, files in os.walk(startpath): level ...
確定! 回上一頁