Commit ace6e0ed by BellCodeEditor

save project

parent 88c24db6
Showing with 2 additions and 1 deletions
......@@ -2,13 +2,14 @@
import turtle
p = turtle.Pen()
p1 = turtle.Pen()
p1.pencolor("red")
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
p.write("爸妈,\n辛苦了!\n我想要变形金刚",font=("Times",30,"normal"))
p.write("",font=("Times",30,"normal"))
turtle.done()
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