Commit 031f175e by BellCodeEditor

save project

parent ba0e8a64
Showing with 8 additions and 3 deletions
import turtle import turtle
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Pen()
pen.color("red") pen.color("red")
pen.pensize(10) pen.pensize(10)
pen.left(45) pen.left(45)
...@@ -8,5 +9,10 @@ pen.circle(50,180) ...@@ -8,5 +9,10 @@ pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.penup()
pen.goto(150,-20)
pen.color("yellow")
pen.write("你好",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.don() 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