Commit 55cfe0dd by BellCodeEditor

save project

parent c6cb284a
Showing with 8 additions and 4 deletions
import turtle
# pen=turtle.Pen()
#pen.write("你好呀",font=("Times",30,"normal"))
#pen.hideturtle()
#turtle.done()
pen=turtle.Pen()
eg=turtle.Screen()
eg.bgcolor("yellow")
pen.penup()
pen.goto(100,-100)
pen.write("你好呀",font=("Times",30,"normal"))
pen.hideturtle()
b1=turtle.Pen()
b1.pencolor("blue")
b1.pensize(5)
......
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