Commit 45b2ab68 by BellCodeEditor

save project

parent 84a6a459
Showing with 3 additions and 2 deletions
pppppppppppppppppppppppppppppppppppppppppppp=100
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
......@@ -11,13 +12,13 @@ pen1=turtle.Pen()
pen1.pencolor("white")
pen1.pensize(10)
for i in range(3):
pen1.forward(100)
pen1.forward(pppppppppppppppppppppppppppppppppppppppppppp)
pen1.left(120)
pen1.penup()
pen1.goto(0,55)
pen1.pendown()
for i in range(3):
pen1.forward(100)
pen1.forward(pppppppppppppppppppppppppppppppppppppppppppp)
pen1.right(120)
# pen1.forward(100)
# pen1.left(135)
......
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