回答編集履歴
1
print関数のformat内の表記を修正
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
for t in kesu:
|
10
10
|
|
11
|
-
print("remove:{0}".format(
|
11
|
+
print("remove:{0}".format(t))
|
12
12
|
|
13
13
|
os.remove(t)
|
14
14
|
|