I'm trying to make the canvas (or window) created from the turtle module, but the code listed in the docs at python.org doesn't work. I've done some research online, and I keep coming across 'Tkinter', which is only confusing me further. I'm trying to make a soduko game, but first I need the canvas (window) to be bigger than the default size. I've tried both when trying to create the grid:
setup(width=#, height=#, startx=#, starty=#)
turtle.setup(width=#, height=#, startx=#, starty=#)
Any help will be greatly appreciated. Thanks in advance.
Cheers,
Devon