Commit 7696e6c4 by BellCodeEditor

auto save

parent 4b076ad1
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
screer=turtle.Screen() screer=turtle.Screen()
screer.bgcolor() screer.bgcolor()
pen=turtle.Pen() pen=turtle.Pen()
screer.bgcolor("green") screer.bgcolor("Shit yellow")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("洛依,The World!",font=("Times",10,"normal")) pen.write("洛依,The World!",font=("Times",10,"normal"))
......
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