Commit 9ede40e7 by BellCodeEditor

auto save

parent b507e0a9
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ pen=turtle.Pen() ...@@ -6,7 +6,7 @@ pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("holle,诺依\n你还好吗?\n用python写贺卡太有趣了,\n我喜欢用python写字",font=("times",15,"normal")) pen.write("holle,诺依\n你还好吗?\n用python写贺卡太有趣了,\n我喜欢用python写字",font=("times",15,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
......
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