Re: Turtle window not closing

2017-04-22 Thread Harshika Varadhan via Python-list
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

Turtle window not closing

2017-04-21 Thread Harshika Varadhan via Python-list
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