質問編集履歴
1
importの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,6 +15,16 @@
|
|
15
15
|
|
16
16
|
|
17
17
|
```python
|
18
|
+
|
19
|
+
import copy
|
20
|
+
|
21
|
+
import sys
|
22
|
+
|
23
|
+
import math
|
24
|
+
|
25
|
+
from PyPDF2 import PdfFileWriter, PdfFileReader
|
26
|
+
|
27
|
+
|
18
28
|
|
19
29
|
src_f = open(src, 'r+b')
|
20
30
|
|