Commit 986c2006 by BellCodeEditor

save project

parent 1438ece9
Showing with 9 additions and 4 deletions
import turtle
# pen=tuetle.Pen()
# pen.write("锄禾日当午\n汗滴和下土",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.dome()
screen=turtle.Screen
screen=bgcolor("pink")
pen.penup()
pen=turtle.pen()
pen.goto()
goto(-100,100)
pen.write("锄禾日当午\n汗滴和下土",font=("Times",13,"normal"))
pen.hideturtle()
turtle.dome()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
......
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