Commit 1968f369 by BellCodeEditor

save project

parent 092093a6
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ screen.bgcolor("blue") ...@@ -6,7 +6,7 @@ screen.bgcolor("blue")
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.penup() Pen.penup()
Pen.goto(-50,-180) Pen.goto(-50,-180)
Pen.write("我\n也会了",font=("Times",30,"normal")) Pen.write("我\n也会了",font=("Times",10,"normal"))
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(3) Pen1.pensize(3)
......
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