Commit 651641e4 by BellCodeEditor

save project

parent 5ff5fd10
Showing with 8 additions and 3 deletions
...@@ -6,9 +6,13 @@ pen.penup() ...@@ -6,9 +6,13 @@ 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.color("red")
pen.penup() pen.penup()
pen.goto(0,0) pen.goto(40,-40)
pen.pendown() pen.pendown()
pen.circle(30,360) pen.fillcolor("yellow")
pen.begin_fill()
pen.circle(80,360)
pen.end_fill()
pen.hideturtle() pen.hideturtle()
turtle.done() 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