Commit 36bcfed2 by BellCodeEditor

save project

parent 0124a3b1
Showing with 1 additions and 3 deletions
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
b=1
p.speed(100) p.speed(100)
for i in range(300): for b in range(1,300):
p.forward(b) p.forward(b)
b+=1
p.right(91) p.right(91)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
p.hideturtle() p.hideturtle()
......
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