質問編集履歴

1

コードの挿入箇所を間違えてしまいました。

2019/09/20 12:20

投稿

Y.Nakamurashcom
Y.Nakamurashcom

スコア4

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  Is there any way to deal with it?
18
18
 
19
- --- test.py ----
19
+ ```python
20
20
 
21
21
  import cv2
22
22
 
@@ -69,3 +69,5 @@
69
69
 
70
70
 
71
71
  del(image)
72
+
73
+ ```