質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,6 +21,10 @@
|
|
21
21
|
import threading
|
22
22
|
|
23
23
|
|
24
|
+
|
25
|
+
root = tkinter.Tk()
|
26
|
+
|
27
|
+
root.geometry("250x400")
|
24
28
|
|
25
29
|
#実行中判別フラグ
|
26
30
|
|