Commit 848a53f1 by BellCodeEditor

auto save

parent 63aff0a7
Showing with 2 additions and 1 deletions
...@@ -8,8 +8,9 @@ ttk.penup() ...@@ -8,8 +8,9 @@ ttk.penup()
ttk.goto(90,0) ttk.goto(90,0)
ttk.write("我爱你,\n 亲爱滴姑娘~~" ,font = ("times",30,"normal")) ttk.write("我爱你,\n 亲爱滴姑娘~~" ,font = ("times",30,"normal"))
ttk.hideturtle() ttk.hideturtle()
#画圆
kkt=turtle.Pen() kkt=turtle.Pen()
kkt.pencolor("pink") kkt.pencolor("black")
kkt.pensize(20) kkt.pensize(20)
kkt.left(90) kkt.left(90)
kkt.forward(2*len) kkt.forward(2*len)
......
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