Commit 159aea24 by BellCodeEditor

save project

parent 0d7bed3b
Showing with 2 additions and 2 deletions
......@@ -6,12 +6,12 @@ pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
screen.bgcolor("blue")
pen.write("你个大傻逼,发你妈回信。",font=("Times",20,"normal"))
pen.write("你个小日本,\n大大的牛逼",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pensize(20)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(len*2)
......
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