Commit 9c51957f by BellCodeEditor

auto save

parent cf46d2bc
Showing with 5 additions and 0 deletions
......@@ -2,13 +2,18 @@ import turtle
k=turtle.Screen()
k.bgcolor("red")
j=turtle.Pen()
j.penup()
j.goto(200,100)
j.write("你\n\n啊",font=("Times",20,"normal"))
a=turtle.Pen()
a.pencolor("blue")
a.pensize(20)
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
j.hideturtle()
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