【python】使用python自動畫一隻小豬佩奇(源碼)

該程序須要在windows的python IDLE環境下運行,效果如圖:python #!/usr/bin/env python2 # coding=utf-8 import turtle as t t.pensize(4) t.hideturtle() t.colormode(255) t.color((255,155,192),"pink") t.setup(840,500) t.spee
相關文章
相關標籤/搜索