Commit 50f0c9a3 by BellCodeEditor

auto save

parent c269aac3
Showing with 2 additions and 2 deletions
......@@ -13,11 +13,11 @@ pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(2*len)
pen.forward(2*j)
pen.circle(j,180)
pen.right(90)
pen.circle(j,180)
pen.forward(2*len)
pen.forward(2*j)
pen.penup()
pen.goto(100,-100)
pen.write("你好\n孤勇鸡。",font=("Times",30,"normal"))
......
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