Commit 5c28340f by BellCodeEditor

save project

parent d73921c6
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ screen.bgcolor("light blue") ...@@ -7,7 +7,7 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-20,-200) pen.goto(-20,-200)
pen.write("你好\n你好.",font=("Times",30,"normal")) pen.write("诺依,你好\n这是给你的邮件哟.",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
......
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