質問編集履歴

1

コードブロックの挿入

2018/11/27 21:28

投稿

soepu
soepu

スコア41

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,20 @@
15
15
  関数の使用など、よい方法御座いましたら
16
16
 
17
17
  教えて下さい。
18
+
19
+ ```
20
+
21
+ import time
22
+
23
+ import datetime
24
+
25
+ import threading
26
+
27
+ import cv2
28
+
29
+ import tkinter as tk
30
+
31
+ import queue
18
32
 
19
33
 
20
34
 
@@ -73,3 +87,5 @@
73
87
  time.sleep(1)
74
88
 
75
89
  thread_obj2.start()
90
+
91
+ ```