for root, dirs, files in os.walk('python/Lib/email'): print root, "consumes",. print sum([getsize(join(root, name)) for name in files]),.
確定! 回上一頁