Commit e4b5931c by BellCodeEditor

save project

parent d135837b
Showing with 7 additions and 4 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("你好,\n再见",font=("Times",100,"normal")) screen.bgcolor("green")
# pen.hideturtle() pen1=turtle.Pen()
# turtle.done() pen1.write("你好,\n再见",font=("Times",100,"normal"))
pen1.hideturtle()
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(10) pen.pensize(10)
pen.pencolor("red") pen.pencolor("red")
...@@ -15,3 +16,5 @@ pen.circle(100,180) ...@@ -15,3 +16,5 @@ pen.circle(100,180)
pen.forward(100) pen.forward(100)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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