Commit d1c8f14a by BellCodeEditor

save project

parent cf4d3d4c
Showing with 11 additions and 3 deletions
import turtle
pen.pen
pen=turtle.Pen()
pen.write("ekrifguh")
pen.hideturtle()
pen=turtle.Pen()
pen.pencolor("red")
pen.pensize(5)
pen.left(45)
pen.forword(200)
pen.lift(90)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forword(200)
pen.hideturtle()
turtle.down()
\ 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