Commit 60e540a5 by BellCodeEditor

save project

parent ef1d2df4
Showing with 4 additions and 0 deletions
......@@ -5,6 +5,8 @@ pen1=turtle.Pen()
pen.pensize(10)
pen.pencolor("red")
begin.fill_color
pen1.penup()
pen1.goto(100,-100)
pen1.write("你好,\n诺依",font=("Times",50,"normal"))
......@@ -16,6 +18,8 @@ pen.right(90)
pen.circle(1/2*x,180)
pen.forward(x)
end.fill_color
screen=turtle.Screen()
screen.bgcolor("light blue")
......
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