python代码话玫瑰花

# coding: utf-8

# In[2]:

from turtle import *
import time

setup(600, 800, 0, 0)
speed(0)
penup()
seth(90)
fd(340)
seth(0)
pendown()

speed(5)
begin_fill()
fillcolor('red')
circle(50, 30)

for i in range(10):
fd(1)
left(10)

circle(40, 40)

for i in range(6):
fd(1)
left(3)

circle(80, 40)

for i in range(20):
fd(0.5)
left(5)

circle(80, 45)

for i in range(10):
fd(2)
left(1)

circle(80, 25)

for i in range(20):
fd(1)
left(4)

circle(

python代码话玫瑰花最先出现在Python成神之路

版权声明:
作者:玉兰
链接:https://www.techfm.club/p/19209.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>