一朵巨丑的玫瑰……

import turtle
turtle.setup(800,650,50,50)
turtle.speed(10)
turtle.begin_fill()
turtle.fillcolor("red")
turtle.circle(30,50)
turtle.seth(160)
turtle.circle(40,70)
turtle.seth(-40)
turtle.circle(40,90)
turtle.seth(110)
turtle.circle(30,160)
turtle.seth(90)
turtle.fd(-20)
turtle.seth(120)
turtle.fd(15)
turtle.seth(240)
turtle.circle(50,140)
turtle.seth(30)
turtle.circle(80,70)
turtle.seth(240)
turtle.fd(25)
turtle.seth(105)
turtle.circle(65,38)
turtle.end_fill()
turtle.seth(-85)
turtle.fd(55)
turtle.seth(30)
turtle.circle(65,38)
turtle.penup()
turtle.seth(-90)
turtle.fd(77)
turtle.seth(180)
turtle.fd(50)
turtle.pendown()
turtle.seth(-90)
turtle.fd(200)

  

posted on 2017-10-27 19:33  碎片酱  阅读(510)  评论(0编辑  收藏  举报

导航