Commit 1c221314 by BellCodeEditor

save project

parent e9de2f62
Showing with 1 additions and 4 deletions
len=80
len=100
import turtle
pen=turtle.Pen()
pen.goto(100,100)
pen.pensize(5)
pen.left(45)
pen.forward(2*len)
......@@ -10,6 +9,5 @@ pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
pen.up()
pen.goto(60,150)
pen.write("你好",font=("Times",30,"normal"))
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