Commit 0d045ce0 by BellCodeEditor

auto save

parent 7b22891b
Showing with 4 additions and 3 deletions
......@@ -2,5 +2,6 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
penup()
pen.goto(100,0)
\ No newline at end of file
pen.penup()
pen.goto(100,-100)
pen.write("你好,屁股,你的邻居",font=("Times"))
\ 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