您当前的位置: 首页 >  Python

用python写一个简单的表白代码

发布时间:2019-02-09 23:17:32 ,浏览量:0

from turtle import * color('black','red') 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() 

在这里插入图片描述

关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    109966博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.3562s