Commit 45640893 by BellCodeEditor

auto save

parent 7c2421d4
Showing with 5 additions and 1 deletions
...@@ -4,7 +4,7 @@ screen=turtle.Screen() ...@@ -4,7 +4,7 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\n吗?",font=("Times",30,"normal")) pen.write("我什么也没说,/n 所以这里啥也没有,/n 再见!",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=60
pen.penup() pen.penup()
...@@ -19,3 +19,7 @@ pen.right(90) ...@@ -19,3 +19,7 @@ pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
turtle.done() turtle.done()
pen.right(315)
pen.forward(100)
pen.penup()
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