- 博客(2)
- 收藏
- 关注
原创 七夕节到了两串python代码送给大家
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)...
2021-08-16 21:54:58
1067
原创 2021-08-06
用Python写表白代码 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
2021-08-06 21:28:35
87
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人