n Saturday, April 22, 2017 3:56 AM, Peter Otten <__pete...@web.de> wrote:
Harshika Varadhan via Python-list wrote:
> I am creating a game where the user inputs a coordinate to place their
> piece on a chess board. My code then draws the chess board with a turtle
> and fills in
Hi everyone,
I am creating a game where the user inputs a coordinate to place their piece on
a chess board. My code then draws the chess board with a turtle and fills in
the squares in with green where the user can place their next piece. After the
user inputs their first coordinate, the turtle