1. 程式人生 > >一朵巨醜的玫瑰……

一朵巨醜的玫瑰……

begin div rtl cnblogs fill images highlight set turtle

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)

  技術分享

一朵巨醜的玫瑰……