Commit 37aa542e by BellCodeEditor

save project

parent b230cfaf
Showing with 6 additions and 2 deletions
...@@ -2,14 +2,18 @@ import turtle ...@@ -2,14 +2,18 @@ import turtle
t=turtle.Screen() t=turtle.Screen()
t.bgcolor("pink") t.bgcolor("pink")
turtle.penup()
turtle.goto(100,-100)
turtle.write("你好",font=("Times",20,"normal")) turtle.write("你好",font=("Times",20,"normal"))
turtle.left(45) turtle.left(45)
turtle.forward(100) turtle.forward(100)
turtle.circle(50,180) turtle.circle(50,180)
turtle.right(90) turtle.right(90)
turtle.circle(50,180) turtle.circle(50,180)
turtle.forward(100)
turtle.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