Commit 42d42324 by BellCodeEditor

save project

parent e5503058
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ pen.write("祝你好运.",font=("Times",18,"normal")) ...@@ -7,7 +7,7 @@ pen.write("祝你好运.",font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor('pink') screen.bgcolor('indigo')
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
pen1.pencolor("light blue") pen1.pencolor("light blue")
......
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