Commit 948fea36 by BellCodeEditor

save project

parent 3776a7de
Showing with 13 additions and 0 deletions
...@@ -2,4 +2,15 @@ import turtle ...@@ -2,4 +2,15 @@ import turtle
Pen=turtle.Pen () Pen=turtle.Pen ()
Pen.write("Hi,诺伊,用python写电子贺卡真是太有趣啦,我也喜欢python/n-悟空",font="times",18,"normal")) Pen.write("Hi,诺伊,用python写电子贺卡真是太有趣啦,我也喜欢python/n-悟空",font="times",18,"normal"))
Penhideturtle() Penhideturtle()
turtle.done()
Pen1=turtle.Pen()
Pen1.pencolor("red")
Pen1.pensize(5)
pen1.left(45)
Pen1.forward(100)
Pen1.circle(50,180)
Pen1.right(90)
Pen1.circle(50,180)
Pen1.forward(100)
Pen1.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
import turtle
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