Commit c5e0d7d0 by BellCodeEditor

auto save

parent 4108590c
Showing with 3 additions and 5 deletions
...@@ -5,12 +5,10 @@ ...@@ -5,12 +5,10 @@
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
p.speed=9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 p.speed=9999
p.pensize(99)
l=["red","blue","red","blue"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range (1,10000): d=1
p.pencolor(l[i%4]) for i in range (1,10000,2):
p.forward(i) p.forward(i)
p.right(91) p.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