當我在 Mac OS 中使用 python 3.8.3 嘗試此代碼時:from turtle import *shape("turtle")我收到此錯誤:Traceback (most recent call last): File "C:\Users\jeeva\Desktop\Tanmay_new\python\pi\Draw_pi\draw_pi.pyw", line 2, in <module> shape("turtle")NameError: name 'shape' is not defined看起來 python 沒有調整形狀。
添加回答
舉報
0/150
提交
取消