回答編集履歴

1

訂正

2020/12/02 06:40

投稿

otn
otn

スコア85893

test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
  oddsratio, p = st.fisher_exact(df)
12
12
 
13
+ #誤り s = "\t".join(c[0], c[1], c[2], p, oddsratio)+"\n"
14
+
13
- s = "\t".join(c[0], c[1], c[2], p, oddsratio)+"\n"
15
+ s = "\t".join((c[0], c[1], c[2], p, oddsratio))+"\n"
14
16
 
15
17
  f.write(s)
16
18