Commit ef62d9fa by BellCodeEditor

save project

parent 4f469a54
Showing with 3 additions and 3 deletions
import turtle
import turtle
import turtle
#写字
# pen=turtle.Pen()
# pen.write("太阳落下去了\n山,树,石,河\n一切伟大的建筑都埋没在阴影里\n人类有趣地点了他们的小灯\n喜悦他们所看到的\n寻找着他们所要的。",font=("times",20,"normal"))
# pen.hideturtle()
# turtle.done()
#画
#爱心
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("orange")
......
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