Commit 529c4f76 by BellCodeEditor

save project

parent c3fc0487
Showing with 2 additions and 2 deletions
...@@ -10,9 +10,9 @@ pen.goto(100,-100) ...@@ -10,9 +10,9 @@ pen.goto(100,-100)
pen.write(" 春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少.",font=("方正彩云简体",30,"normal")) pen.write(" 春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少.",font=("方正彩云简体",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
len=60 len=80
pen1.penup() pen1.penup()
pen1.goto(100,100) pen1.goto(0,50)
pen1.pendown() pen1.pendown()
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