Commit a6dddfcf by BellCodeEditor

save project

parent 1526f924
Showing with 3 additions and 3 deletions
......@@ -9,7 +9,7 @@ pen=turtle.Pen()
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.goto(0,-100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
......@@ -20,4 +20,5 @@ pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
# pen.write("你好\n诺伊.",font=("Times",30,"normal"))
turtle.done()
\ No newline at end of file
pen.tiltangle()
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