回答編集履歴

1

タイポ

2020/06/30 11:21

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- woth ThreadPoolExecutor() as pool:
7
+ with ThreadPoolExecutor() as pool:
8
8
 
9
9
  pool.submit(func1)
10
10