This commit is contained in:
Mat 2022-11-15 14:48:42 +01:00
parent 49ff0daf4a
commit 860271584b

View File

@ -8,7 +8,7 @@ value of a rook : 5
value of the Quenn : 9
value of the King : 10 '''
iece = [(1,2,3,5,9,10)]
piece = [(1,2,3,5,9,10)]
import numpy as np