Commit 630f8d44 by BellCodeEditor

save project

parent ff0d58d1
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ pen.pencolor("red") ...@@ -4,7 +4,7 @@ pen.pencolor("red")
pen.penup() pen.penup()
pen.goto(-100,50) pen.goto(-100,50)
pen.write("节日快乐!",font=("Times",20,"normal")) pen.write("节日快乐!",font=("Times",20,"normal"))
len=100 len=50
pen.goto(100,-50) pen.goto(100,-50)
pen.pendown() pen.pendown()
pen.begin_fill() pen.begin_fill()
......
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