Commit 0794ced0 by BellCodeEditor

auto save

parent 2fd6a4b5
Showing with 11 additions and 0 deletions
...@@ -3,3 +3,13 @@ import turtle ...@@ -3,3 +3,13 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("hi,诺依~\n用python写电子贺真是太有趣了~\n我也喜欢python~\n",font=("Times",18,"normai")) pen.write("hi,诺依~\n用python写电子贺真是太有趣了~\n我也喜欢python~\n",font=("Times",18,"normai"))
pen.hideturtle() pen.hideturtle()
penl=turtle.pen()
penl.pencolor("red")
penl.pensize(5)
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.right
penl.
penl.
penl.
\ 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