Commit 6958cdf6 by BellCodeEditor

save project

parent ca60753b
Showing with 0 additions and 15 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("red")
pen.penup()
pen.goto(-100,100)
pen.pensize(5)
pen.pencolor("yellow")
pen.pendown()
for i in range(4):
pen.forward(100)
pen.right(90)
pen.hideturtle()
turtle.done()
\ 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