質問編集履歴
2
コード入力ミス
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記載忘れ
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
|
|