Commit 355fc13b by BellCodeEditor

auto save

parent f638a867
Showing with 12 additions and 8 deletions
import turtle
# pen=turtle.Pen()
# pen.write("老八\n早上好\n吃屎了吗",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("brown")
pen=turtle.Pen()
pen.penup()
pen.goto(50,-100)
pen.write("老八\n晚上好\n你今天吃屎了吗",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(20)
pen1.pensize(15)
pen1.pencolor("red")
len=70
pen1.left(45)
pen1.forward(100)
......@@ -18,4 +23,4 @@ pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
turtle.done()
\ No newline at end of file
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