Commit efab25b2 by BellCodeEditor

auto save

parent 73a44b57
Showing with 16 additions and 0 deletions
import turtle
#写字的笔
pen1=turtle.Pen()
pen1.write("不喜欢八九年\n设计师设计师九年",font=("宋体",25,"normal"))
#画爱心的笔
pen=turtle.Pen()
pen.pensize(10)
pen.pencolor("pink")
pen.left(135)
pen.circle(100,180)
pen.forward(200)
pen.left(90)
pen.forward(200)
pen.circle(100,180)
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