Commit f6c0ad1a by BellCodeEditor

save project

parent 5ccacfec
Showing with 5 additions and 0 deletions
......@@ -14,6 +14,11 @@ len=lurtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen1.left(45)
pen1.forword(2*len)
pen1.right(90)
pen1.circle(len,180)
pen1
pen.penup()
pen.goto(100,100)
pen.pendown()
......
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