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

質問編集履歴

1

修正

2020/06/09 06:43

投稿

tomatocco
tomatocco

スコア24

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  P_list=[A_list,B_list]
32
32
  P_list_size=len(P_list)
33
- P_list_size=np.arange(0,psize,1,dtype = 'int')
33
+ P_list_size=np.arange(0,P_list_size,1,dtype = 'int')
34
34
 
35
35
  #for文を用いる場合
36
36
  for p in P_list_size: