-1

I am trying to create a circle using the Tkinter when I find an "O" inside a list of lists. This is meant to be loaded on top of a grid that I generated based off the same list. It just makes a coloured rectangle depending on what character is in the list. How can I load the circle for say a variable such as position = (1,1) which would refer to the first character in the first list?

4

1 回答 1

0

我通过使用相同的绳子放置矩形来修复它

于 2013-10-09T05:26:59.283 回答