Commit 4a973423 by BellCodeEditor

save project

parent 03dbade5
Showing with 3 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto()
pen.goto(100,-100)
screen=turtle.Screen()
screen.bgcolor("pink")
pen.write("白日依山尽\n黄河入海流",font=("Times",50,"normal"))
pen.write("白日依山尽\n黄河入海流",font=("Times",25,"normal"))
pen.hideturtle()
pen1.turtle.Pen()
pen1=turtle.Pen()
pen1.pensize(20)
pen1.pencolor("brown")
pen1.left(45)
......
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