Commit 59bf81c7 by BellCodeEditor

save project

parent 97157a53
Showing with 0 additions and 4 deletions
...@@ -4,7 +4,6 @@ turtle.hideturtle() ...@@ -4,7 +4,6 @@ turtle.hideturtle()
turtle.color("red") turtle.color("red")
turtle.pensize(10) turtle.pensize(10)
turtle.speed(0) turtle.speed(0)
turtle.begin_fill() turtle.begin_fill()
turtle.left(45) turtle.left(45)
turtle.forward(200) turtle.forward(200)
...@@ -13,11 +12,9 @@ turtle.right(90) ...@@ -13,11 +12,9 @@ turtle.right(90)
turtle.circle(100,180) turtle.circle(100,180)
turtle.forward(200) turtle.forward(200)
turtle.end_fill() turtle.end_fill()
turtle.color("black") turtle.color("black")
turtle.penup() turtle.penup()
turtle.goto(125,-250) turtle.goto(125,-250)
turtle.pendown() turtle.pendown()
turtle.write("Hi,诺伊~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n———悟空",font=("times",16,"normal")) turtle.write("Hi,诺伊~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n———悟空",font=("times",16,"normal"))
turtle.done() 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