Python滑稽画法

来源:互联网 发布:安卓博洋软件 编辑:程序博客网 时间:2024/05/08 18:56
from turle import *setup(600,600,200,200)pensize(5)penup()goto(-150,-30)pendown()seth(-90)circle(150,180)pensize(2)penup()goto(50,90)pendown()fillcolor('orange')begin_fill()circle(6,360)end_fill()penup()goto(-150,90)pendown()fillcolor('orange')begin_fill()circle(6,360)end_fill()penup()pensize(4)goto(-180,90)pendown()seth(40)circle(-120,80)penup()goto(20,90)seth(40)pendown()circle(-120,80)penup()goto(-180,90)seth(-130)pendown()circle(15,110)seth(40)circle(-106,83)seth(30)circle(20,110)penup()goto(20,90)pendown()seth(-130)circle(15,110)seth(40)circle(-106,83)seth(30)circle(20,110)penup()goto(-210,0)seth(-90)pendown()circle(210,360)

效果不会录,自己试吧



没有色彩还是太丑了,如果哪位大佬有办法上色的话评论告诉我