Commit 78d6331b by BellCodeEditor

save project

parent 09fd709e
Showing with 6 additions and 3 deletions
......@@ -4,9 +4,12 @@ import turtle
# screen.bgcolor("light blue")
# len=screen.textinput("100","100")
# len=int(len)
pen=turtle.Pen()
pen.write("我是来自美国的练习生,\n喜欢唱,\n跳,rap,\n篮球。\n.",font=("Times",30,"normal"))
pen.hideturtle()
# pen=turtle.Pen()
# pen.write("我是来自美国的练习生,\n喜欢唱,\n跳,rap,\n篮球。\n.",font=("Times",30,"normal"))
# pen.hideturtle()
pen1=turtle.Pen()
pen1.circle(100)
turtle.done()
# len=60
#pen.penup()
#pen.goto(100,100)
......
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