質問編集履歴

1

情報の修正

2019/02/19 09:41

投稿

taiyo2017
taiyo2017

スコア170

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  with zipfile.ZipFile(b, 'r') as file:
8
8
 
9
- file.write("test.xml", "test.xml".read())
9
+ file.write("test", "aaa")
10
10
 
11
11
  ```
12
12