Commit 56283720 by BellCodeEditor

save project

parent dfc1a60d
Showing with 1 additions and 2 deletions
......@@ -5,10 +5,9 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("",font=("Times",50,"normal"))
pen.write("HHH",font=("Times",50,"normal"))
pen.hideturtle()
len=60
pen.penup()
pen.goto(0,0)
pen.pendown()
......
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