Commit 87105d89 by BellCodeEditor

save project

parent f2036dd9
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ p.hideturtle()
#画笔初始化
p1=turtle.Pen()
p1.pencolor("red")
p1.pensize(5)
p1.pensize(10)
#画爱心
p1.left(45)
p1.forward(2*lovesize)
......
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