Commit fd535ea8 by BellCodeEditor

save project

parent 9d721070
Showing with 3 additions and 2 deletions
...@@ -8,7 +8,7 @@ s.bgcolor((135,206,255)) ...@@ -8,7 +8,7 @@ s.bgcolor((135,206,255))
p1 = turtle.Pen() p1 = turtle.Pen()
p1.penup() p1.penup()
p1.goto(-100,-150) p1.goto(-100,-150)
p1.write("诺伊,\nturtle真好用!\n我也会做贺卡啦!",font = ("宋体",26,"normal")) p1.write("诺伊,\nturtle真好用!\n我也会做贺卡啦!",font = ("宋体",20,"normal"))
p1.hideturtle() p1.hideturtle()
...@@ -28,6 +28,6 @@ def huayuan(a): ...@@ -28,6 +28,6 @@ def huayuan(a):
p2.forward(a) p2.forward(a)
p2.hideturtle() p2.hideturtle()
huayuan(150) huayuan(100)
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