Commit 0bcece4e by BellCodeEditor

save project

parent 7b4434e9
Showing with 6 additions and 2 deletions
...@@ -4,4 +4,8 @@ a=turtle.Pen() ...@@ -4,4 +4,8 @@ a=turtle.Pen()
Pen.write("你没马!",font=("times",30,"normal")) Pen.write("你没马!",font=("times",30,"normal"))
a.hideturtle() a.hideturtle()
turtle.done() turtle.done()
goto() a.penup()
\ No newline at end of file a.goto(120,-120)
a.pendown()
b=turtle.Screen()
b.bggcolor("green")
\ 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