diff --git a/chess_com.py b/chess_com.py index 9e20d65..7be0951 100644 --- a/chess_com.py +++ b/chess_com.py @@ -8,7 +8,7 @@ value of a rook : 5 value of the Quenn : 9 value of the King : 10 ''' -piece = [(1,2,3,5,9,10)] +iece = [(1,2,3,5,9,10)] import numpy as np