Merge pull request 'fix typo' (#1) from patate into master

Reviewed-on: #1
This commit is contained in:
Mat_02 2022-11-15 14:51:02 +01:00
commit b153d5b258

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