Commit 2eef75d3 by BellCodeEditor

save project

parent 8a6e193c
Showing with 2 additions and 3 deletions
......@@ -5,10 +5,9 @@ pen = turtle.pen()
pen.fillcolor("red")
pen.write("你好\n.",font=("Times",13,"normal"))
pen.penup()
pen.goto(150,-50)
pen.pensize(5)
pen.pendown()
pen.goto(-100,0)
pen.left(45)
pen.pendown()
pen.begin_fill()
pen.forward(100)
pen.circle(50,180)
......
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