Commit 8fabd59b by BellCodeEditor

save project

parent a2f1228d
Showing with 1 additions and 2 deletions
......@@ -5,9 +5,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(-100,0)
pen.write("Python好难,\n哪里都难\n",font=("Times",40,"normal"))
pen.write("Python好难,\n哪里都难\n",font=("Times",10,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(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