質問編集履歴
1
質問の解答
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,6 +17,8 @@
|
|
17
17
|
### 該当のソースコード
|
18
18
|
|
19
19
|
```python
|
20
|
+
from queue import Queue
|
21
|
+
|
20
22
|
def sub_process():
|
21
23
|
while not q.empty():
|
22
24
|
print(f'キューのサイズ:{q.qsize()}')
|