Commit 7aadc3fc by BellCodeEditor

save project

parent c7960ce9
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ pen.pensize(3) ...@@ -7,7 +7,7 @@ pen.pensize(3)
pen.pencolor("blue") pen.pencolor("blue")
pen.penup() pen.penup()
pen.goto(-r*2,-r*2) pen.goto(-r*2,-r*2)
pen.write("你好呀!\nhaha",font=("Times",20,"normal")) pen.write("你好呀!\n我会写电子贺卡了",font=("Times",20,"normal"))
pen.goto(0,0) pen.goto(0,0)
pen.pendown() pen.pendown()
......
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