Commit b5e316aa by BellCodeEditor

save project

parent 6b3d4fd2
Showing with 14 additions and 0 deletions
import turtle
STARTX=0
STARTY=0
turtle.screensize(400,300,"green")
pen=turtle.Pen()
pen.pencolor("red")
pen.pensize(2)
pen.speed(0)
pen.goto(STARTX,STARTY)
pen.pendown()
for i in range(0,5,1):
pen.forward(200)
pen.right(144)
\ 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