From 49ff0daf4a303ae8c709a11557dab61f1faf1858 Mon Sep 17 00:00:00 2001 From: Mat Date: Tue, 15 Nov 2022 14:44:27 +0100 Subject: [PATCH] typo --- chess_com.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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