Commit e6c95045 by BellCodeEditor

save project

parent 73da1f75
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
import turtle import turtle
pen=turtle.Pen()# 请创造师在下面接着创作 pen=turtle.Pen()# 请创造师在下面接着创作
distance=1 distance=1
pen.speed(1234567890123456789999999999) pen.speed(123)
for i in range(500): for i in range(500):
pen.forward(distance) pen.forward(distance)
pen.right(91) pen.right(91)
......
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