Commit d5b632b5 by BellCodeEditor

save project

parent 4fdba06d
Showing with 1 additions and 0 deletions
...@@ -2,6 +2,7 @@ import turtle ...@@ -2,6 +2,7 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.goto(100,-100)
pen.write(" 静夜思 \n[唐] 李白\n床前明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。",font=("Times",18,"normal")) pen.write(" 静夜思 \n[唐] 李白\n床前明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。",font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
......
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