回答編集履歴

1

補足のコマンドを追加

2017/08/04 08:03

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -3,6 +3,8 @@
3
3
  ```Python
4
4
 
5
5
  np.set_printoptions(threshold=np.nan)
6
+
7
+ print(imgArray)
6
8
 
7
9
  ```
8
10