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

質問編集履歴

1

出力(test2)⇒ 出力(test1)に変更

2020/09/23 03:50

投稿

blacktt_red
blacktt_red

スコア11

title CHANGED
File without changes
body CHANGED
@@ -3,7 +3,7 @@
3
3
  Python での並列処理について下記URLを参考に検討しております。
4
4
  https://qiita.com/castaneai/items/9cc33817419896667f34#%E3%82%B9%E3%83%AC%E3%83%83%E3%83%89%E3%83%97%E3%83%BC%E3%83%AB-concurrentfutures
5
5
 
6
- 下記コードをjupyter 上で実行したところtest1の出力(test2)しかprint
6
+ 下記コードをjupyter 上で実行したところtest1の出力(test1)しかprint
7
7
  されないのですが、原因はなんでしょうか。
8
8
 
9
9
  ### 該当のソースコード