Commit 5c435c91 by BellCodeEditor

save project

parent 7552a2ce
Showing with 2 additions and 1 deletions
...@@ -8,7 +8,8 @@ pen.penup() ...@@ -8,7 +8,8 @@ pen.penup()
pen.goto(200,-150) pen.goto(200,-150)
pen.write("你好\n I'm......How are you?\n How's it going?\n I'm playing HePingJingYing.",font=("Times",30,"normal")) pen.write("你好\n I'm......How are you?\n How's it going?\n I'm playing HePingJingYing.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=100 a=int(8.55)
len=(120.55+a)
pen.penup() pen.penup()
pen.goto(-170,-120) pen.goto(-170,-120)
pen.begin_fill() pen.begin_fill()
......
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