Commit 794f61c4 by BellCodeEditor

save project

parent d8aca015
Showing with 22 additions and 6 deletions
import turtle
pen = turtle.Pen()
# 请创造师在下面接着创
distance=1
for i in range(300):
pen.forword(distance)
pen.left(89.99999999999999999999999)
distance += 1
保存画布
pen.hideturtle()
turtle.done()
\ No newline at end of file
......@@ -5,12 +5,13 @@
import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
# 请创造师在下面接着创
distanc=0.1
for i in range(600):
pen.forward(distanc)
pen.left(91)
distanc += 0.1
# 隐藏画笔,保存画布
保存画布
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