回答編集履歴

1

コメント追加

2020/04/30 09:25

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -9,6 +9,8 @@
9
9
  ```Python
10
10
 
11
11
  all_files = glob.glob("path/*.txt")
12
+
13
+ # (上の path には実際の path 名を入れます)
12
14
 
13
15
  print(all_files)
14
16