質問編集履歴

1

インシデントの修正

2021/05/26 02:34

投稿

tarouyamad
tarouyamad

スコア0

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  [リンク内容](https://ruby-de-free.net/wp/how-to-make-othello-program-using-python-4/)
4
4
 
5
+
6
+
5
- Traceback (most recent call last):
7
+ ```Traceback (most recent call last):
6
8
 
7
9
  File "C:\Users\user\PycharmProjects\osero\main.py", line 339, in <module>
8
10
 
@@ -18,6 +20,8 @@
18
20
 
19
21
  TypeError: ufunc 'bitwise_and' not supported for the input types, and the inputs could not be safely coerced to any supportedリスト types according to the casting rule ''safe''
20
22
 
23
+ '''
24
+
21
25
 
22
26
 
23
27
  おそらくbitwise_and と書いてあるのでLEFTの部分を2進数で表現して、&演算子を使っているためエラーが発生しているのではないかと思ったのですが、どのように書き換えればプログラムが動作するのか調べてもわからなかったため、教えていただけると幸いです。
@@ -280,8 +284,6 @@
280
284
 
281
285
 
282
286
 
283
- **
284
-
285
287
 
286
288
 
287
289
  """