Turtle() # 創建一支畫筆pen turtle.colormode(255) # 設定colormode 選項 pen.speed(10) # 將速度設定為10 for i in range(4): pen.forward(100) ...
確定! 回上一頁