Commit 2cb79b3a by BellCodeEditor

save project

parent 7f93f8fb
Showing with 15 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen pen.penup()
\ No newline at end of file pen.pencolor("red")
pen.goto(100,-100)
pen.write("Hi\nxxx\n123",font("宋体",20,"normal"))
pen.hideturtle()
turtle.done()
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