Commit 4494ecf1 by BellCodeEditor

save project

parent 4527d46a
Showing with 1 additions and 2 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
d=1
s=turtle.Screen() s=turtle.Screen()
s.bgcolor('black') s.bgcolor('black')
p.speed(1001234678) p.speed(1001234678)
p.pensize(2) p.pensize(2)
p.pencolor('lightblue') p.pencolor('lightblue')
for i in range(900): for d in range(900):
p.forward(d) p.forward(d)
p.right(91) p.right(91)
d+=1 d+=1
......
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