Commit a8764eca by BellCodeEditor

save project

parent 85dace41
Showing with 4 additions and 2 deletions
......@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好.",font=("Times",30,"normal"))
pen.write("你好.",font=("Times",80,"normal"))
pen.hideturtle()
pen.penup()
pen.goto(100,100)
......@@ -15,7 +15,8 @@ pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(5,180)
pen.right(45)
pen.left()(45)
pen.circle(5,180)
pen.forward(100)
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