Commit a5a70848 by BellCodeEditor

save project

parent e0fd655f
Showing with 8 additions and 4 deletions
import turtle
#pen = turtle
#pen.write("你好呀,\n我是方柯翰。",font=("Times",20,"normal"))
#pen.hideturtle()
#turtle.done()
pen = turtle.pen()
screen = turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(100,-100)
pen.write("你好呀,\n我是方柯翰。",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
penl = turtle.pen()
penl.pensize(3)
......
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