Commit 79d1f71d by BellCodeEditor

save project

parent 6fb970da
Showing with 25 additions and 2 deletions
...@@ -2,4 +2,27 @@ import turtle ...@@ -2,4 +2,27 @@ import turtle
# pen=turtle.Pen() # pen=turtle.Pen()
# pen.write("hi\n123\n456",font=("ok",82,)) # pen.write("hi\n123\n456",font=("ok",82,))
# pen.hideturtle() # pen.hideturtle()
# turtle.done() pen1=turtle.Pen()
\ No newline at end of file pen1.pensize(10)
pen1.pencolor("blue")
pen1.left(45)
pen1.forward(200)
pen1.circle(100,180)
pen1.right(90)
pen1.circle(100,180)
pen1.forward(200)
pen1.down
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