Commit 8437fd27 by BellCodeEditor

save project

parent 7b949b02
Showing with 2 additions and 2 deletions
import turtle
len=108
len=0.0000001
screen=turtle.Screen()
screen.bgcolor("pink")
......@@ -11,7 +11,7 @@ pen.goto(100,-100)
pen.write("诺一,\n我吃饱了撑的,\n所以给你发了个贺卡,\n希望你喜欢。",font=("times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pensize(0.1)
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