Commit eca4f51f by BellCodeEditor

save project

parent 8f393617
Showing with 4 additions and 0 deletions
......@@ -2,5 +2,8 @@
import turtle
pen=turtle.Pen()
pen.write("诺依,你好呀!\n 我给你回信啦。",font=("Times",20,"normal"))
for i in range(4):
pen.forward(50)
pen.left(90)
pen.hideturtle()
turtle.done()
\ No newline at end of file
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