質問編集履歴

2

コード入力ミス

2020/06/16 16:38

投稿

ha_horse
ha_horse

スコア20

test CHANGED
File without changes
test CHANGED
@@ -162,8 +162,6 @@
162
162
 
163
163
  if x[i,j].value() == 1 and i < j:
164
164
 
165
- if x[i,j]
166
-
167
165
  print(x[i,j])
168
166
 
169
167
 

1

Python記載忘れ

2020/06/16 16:38

投稿

ha_horse
ha_horse

スコア20

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
 
50
50
 
51
- ```
51
+ ```Python
52
52
 
53
53
  import pandas as pd
54
54