Commit 0d045ce0 by BellCodeEditor

auto save

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