热门

最新

红包

立Flag

投票

同城

我的

发布
gaoshanliushuilili
GSLSLIL
4 年前
truegaoshanliushuilili

import turtle

def curvemove():
for i in range(200):
turtle.right(1)
turtle.forward(1)

turtle.color('red')
turtle.begin_fill()
turtle.left(140)
turtle.forward(111.65)
curvemove()
turtle.left(120)
curvemove()
turtle.forward(111.65)
turtle.end_fill()

turtle.penup()
turtle.goto(-40, -50)
turtle.pendown()
turtle.write('', font = ('SimHei', 15, 'bold'))
turtle.hideturtle()

CSDN App 扫码分享
分享
1
1
打赏
  • 复制链接
  • 举报
下一条:
提交一个Apple,IOS15的一个Bug.在锁屏情况下,对微信里的消息隐藏或者其他内容隐藏,长按home键呼唤Siri可以看见隐藏内容
立即登录