Python学习笔记(一):turtle库的练习------用python画一只小猪佩奇

在猪年就要有猪的样子。 在熟悉turtle库的同时,让咱们一块儿用python画只精致的小猪猪吧! 话很少说,直接上码:python import turtle as t peppa=t.Turtle() peppa.pensize(5) peppa.speed(10) peppa.color("#fe91b6","#fec7df") peppa.getscreen().bgcolor("gree
相关文章
相关标签/搜索