Commit 8f48be25 by BellCodeEditor

auto save

parent 40045a0b
Showing with 2 additions and 2 deletions
...@@ -4,8 +4,8 @@ screen=turtle.Screen() ...@@ -4,8 +4,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100-100) pen.goto(100,-100)
pen.write("gxgqxxgxshqsjhxj\nbbqbbkbbkbj\nggg\n——悟空",font=("Time",13,"normal")) pen.write("gxgqxxgxshqsjhxj\nbbqbbkbbkbj\nggg\n——悟空",font=("Times",13,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
......
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