a simple question
Terry Reedy
tjreedy at udel.edu
Mon Jul 26 23:17:45 EDT 2021
On 7/26/2021 6:19 PM, Glenn Wilson via Python-list wrote:
> I recently downloaded the latest version of python, 3.9.6. Everything works except, the turtle module. I get an error message every time , I use basic commands like forward, backward, right and left. My syntax is correct: pat.forward(100) is an example. Can you tell me what is wrong.
On Windows, normal install,
C:\Users\Terry>py -3.9 -m turtle
C:\Users\Terry>py -3.9 -m turtledemo
both work.
--
Terry Jan Reedy
More information about the Python-list
mailing list