質問するログイン新規登録

質問編集履歴

1

質問の解答

2021/06/04 14:54

投稿

aiai8976
aiai8976

スコア112

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()}')