当我在Mac os中尝试使用python 3.8.3时 此代码:
from turtle import *
shape("turtle")
我收到此错误:
Traceback (most recent call last):
File "C:UsersjeevaDesktopTanmay_newpythonpiDraw_pidraw_pi.pyw", line 2, in <module>
shape("turtle")
NameError: name 'shape' is not defined
看起来蟒蛇不认识形状。
请帮助我。
查看除模块之外是否有名为turtle.py的文件。重命名它,然后重试