画红心程序

20231006192441130-无标题

#写一个画爱心程序


import turtle as t

t.pensize(2)
t.color("red")
t.begin_fill()

t.left(140)
t.forward(180)

t.circle(-90,200)

t.setheading(60)

t.circle(-90,200)

t.forward(180)

t.end_fill()

t.hideturtle()

t.done()

 

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称常用语 夸夸
夸夸
还有吗!没看够!
表情代码图片

    暂无评论内容