一朵巨丑的玫瑰……
Posted 碎片酱
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一朵巨丑的玫瑰……相关的知识,希望对你有一定的参考价值。
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)
以上是关于一朵巨丑的玫瑰……的主要内容,如果未能解决你的问题,请参考以下文章