赞
踩
520即将来袭~普通人表白,发微信买花
程序员表白,用代码给女神画玫瑰,画爱心无线弹窗表白,网页无线弹窗表白
- from turtle import*
- color ("black","red")
- pensize(5)
- begin_fill()
- penup()
- goto(50,50)
- pendown()
- right(45)
- goto(100,0)
- left(90)
- fd(120)
- circle(50,225)
- penup()
- goto(0,0)
- pendown()
- left(135)
- fd(120)
- circle(50,225)
- seth(90)
- circle(50,225)
- fd(121)
- end_fill()
- left(56)
- penup()
- goto(-210,40)
- pendown()
- goto(0,80)
- penup()
- goto(160,110)
- pendown()
- goto(320,140)
- done()
-
-
from turtle import *
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。