回答編集履歴

1

print関数のformat内の表記を修正

2020/10/15 09:43

投稿

MeteorShower
MeteorShower

スコア58

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  for t in kesu:
10
10
 
11
- print("remove:{0}".format(kesu))
11
+ print("remove:{0}".format(t))
12
12
 
13
13
  os.remove(t)
14
14