Commit 33c12f04 by BellCodeEditor

save project

parent eb44dad8
Showing with 3 additions and 4 deletions
...@@ -4,8 +4,8 @@ screen=turtle.Screen() ...@@ -4,8 +4,8 @@ screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(0,-200) pen.goto(30,-200)
pen.write("fjduuuu \n djsuduseuwsu",font=("Times",30,"normal")) pen.write("赋得古原草送别 \n [唐]白居易 \n 离离原上草, \n 一岁一枯荣。 \n 野火烧不尽, \n 出风吹又生。 \n 远芳侵古道, \n 晴翠接荒城。 \n 又送王孙去, \n 萋萋满别情。",font=("Times",15,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
...@@ -16,4 +16,4 @@ pen1.right(90) ...@@ -16,4 +16,4 @@ pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
turtle.done() turtle.done()
\ 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