Commit aacd1208 by BellCodeEditor

save project

parent 4cb9f92c
Showing with 12 additions and 7 deletions
pen1=turtle.pen() import turtle
pen1.pencolor("red") screen=turtle.Screen()
pen1.pensize(10) screen.bgcolor("light blue")
pen1.left(45) pen=turtle.Pen()
pen1.forward(100) pen.penup()
pen1.circle(50,100) pen.penup()
\ No newline at end of file pen.goto(100,-100)
pen.write("hi,Im your father")
pen.hideturtle()
pen1=turtle.Pen()
pen1.
\ 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