回答編集履歴

1

import

2016/03/04 04:01

投稿

tsuruchan
tsuruchan

スコア15

test CHANGED
@@ -1,4 +1,12 @@
1
1
  ```python
2
+
3
+ import sys
4
+
5
+ import pickle
6
+
7
+ import numpy as np
8
+
9
+
2
10
 
3
11
  def unpickle(file):
4
12