Commit 33c12f04 by BellCodeEditor

save project

parent eb44dad8
Showing with 2 additions and 2 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")
......
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