Commit cb56ac3e by BellCodeEditor

auto save

parent 02134c9a
Showing with 10 additions and 7 deletions
import turtle
pen = turtle.Pen()
#=1 请创造师在下面接着创作
for i in range(600):
pen.forward(i)
pen.right(91)
# 隐藏画笔,保存画布
pen.hideturtle()
turtle.done()
\ No newline at end of file
# 打印出臂力最强的三个人和他们对应的臂力值:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment