Commit a5a70848 by BellCodeEditor

save project

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