Commit 5ff5fd10 by BellCodeEditor

save project

parent 2f3e4e83
Showing with 4 additions and 0 deletions
...@@ -6,5 +6,9 @@ pen.penup() ...@@ -6,5 +6,9 @@ pen.penup()
pen.goto(90,-60) pen.goto(90,-60)
pen.pendown() pen.pendown()
pen.write("hello\n54188",font=("Times",10,"normal")) pen.write("hello\n54188",font=("Times",10,"normal"))
pen.penup()
pen.goto(0,0)
pen.pendown()
pen.circle(30,360)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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