回答編集履歴

1

誤字修正

2020/01/28 09:09

投稿

technocore
technocore

スコア7238

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```ここに言語を入力
8
8
 
9
- pi@raspberrypi:~ $ python3
9
+ $ python3
10
10
 
11
11
  Python 3.7.3 (default, Apr 3 2019, 05:39:12)
12
12
 
@@ -16,7 +16,11 @@
16
16
 
17
17
  >>> import cv2
18
18
 
19
+ >>> cv2.__version__
20
+
21
+ '4.1.1'
22
+
19
- >>>
23
+ >>>
20
24
 
21
25
  ```
22
26