Commit 72d06fe9 by BellCodeEditor

auto save

parent c44f8659
Showing with 2 additions and 2 deletions
...@@ -5,12 +5,12 @@ turtle.bgcolor("light blue") ...@@ -5,12 +5,12 @@ turtle.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("\n君不见黄河之水天上来,\n奔流到海不复回。",font=("Times",20,"normal")) pen.write("\n母亲节快乐,\n嘻嘻。",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
pen1.pencolor("green") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
screen=turtle.Screen() screen=turtle.Screen()
......
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