質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,8 @@
|
|
10
10
|
import time
|
11
11
|
import threading
|
12
12
|
|
13
|
+
root = tkinter.Tk()
|
14
|
+
root.geometry("250x400")
|
13
15
|
#実行中判別フラグ
|
14
16
|
flag=0
|
15
17
|
|