Commit 3664a513 by BellCodeEditor

save project

parent f0a69a54
Showing with 13 additions and 1 deletions
......@@ -4,12 +4,23 @@ p1 = turtle.Pen()
p1.write("诺伊,\nturtle真好用!\n我也会做贺卡啦!",font = ("宋体",26,"normal"))
p1.hideturtle()
turtle.done ()
turtle.colormode(255)
p2 = turtle.Pen()
p2.pensize(10)
p2.pencolor((255,192,203))
p2.setheading(45)
p2.forward(100)
p2.circle(100/2,180)
p2.right(90)
p2.circle(50,180)
p2.forward(100)
p2.hideturtle()
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