質問編集履歴

1

コードの追加

2019/08/12 10:14

投稿

windy
windy

スコア3

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
  ```python
8
8
 
9
9
  path = "./A/a"
10
+
11
+ list = []
10
12
 
11
13
  for root, dirs, files in os.walk(path):
12
14