Commit afb3fef8 by BellCodeEditor

save project

parent daf96b67
Showing with 13 additions and 0 deletions
......@@ -2,5 +2,17 @@
import turtle
pen=turtle.Pen()
pen.hideturtle()
pen.penup()
pen.forward(-420)
pen.pendown()
pen.color("gray")
pen.write("啊,\n太棒了!!!!!!!!!!",font=("Times",50,"normal"))
pen.penup()
pen.right(90)
pen.forward(20)
pen.left(90)
pen.pendown()
pen.color("red")
pen.write("啊,太棒了!!!!!!!!!!",font=("Times",15,"normal"))
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