Commit f36b7677 by BellCodeEditor

save project

parent 17a0a8ed
Showing with 10 additions and 0 deletions
......@@ -3,4 +3,13 @@ import turtle
pen = turtle.Pen()
pen.write("你好",font=("time",30"normal"))
pen,hideturtle()
turtle.done()
len = 25
pen.left(45)
pen.fd(2*len)
pen.circle(len,180)
pen.rt(90)
pen.circle(len,180)
pen.fd(2*len)
pen.hideturtle()
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