import turtle as t t.screensize(600,400)# 設定視窗大小t.showturtle() t.shape("turtle") t.speed('slow') t.bgcolor('Dodger blue') t.exitonclick() #點擊滑鼠 ...
確定! 回上一頁