Commit 328fe061 by BellCodeEditor

save project

parent 34bcaa82
Showing with 10 additions and 1 deletions
...@@ -3,6 +3,15 @@ import turtle ...@@ -3,6 +3,15 @@ import turtle
Pen=write.Pen Pen=write.Pen
Pen.write('NISFKJDSJDHJFVJN',font=('Times',30'normal')) Pen.write('NISFKJDSJDHJFVJN',font=('Times',30'normal'))
Pen.hideturtle() Pen.hideturtle()
turtle.done()
turtle.done()
Pen1=turtle.pen()
Pen1.Pensize(5)
Pen1.pencolor('red')
Pen1.left(45)
Pen1.forward(100)
Pen1.circle(50,180)
Pen1.right(90)
Pen1.circle(50,180)
Pen1.forward(100)
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