回答編集履歴
1
コードの修正
answer
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
```python
|
21
21
|
def log_test():
|
22
22
|
def thread_log_test():
|
23
|
-
for i in numpy.arange(1.0,
|
23
|
+
for i in numpy.arange(1.0,100,1.0):
|
24
24
|
text['state'] = 'normal'
|
25
25
|
text.insert(i , "test_log\n")
|
26
26
|
text['state'] = 'disabled'
|