Commit b1ffdc0c by BellCodeEditor

save project

parent b05f0b5f
Showing with 2 additions and 0 deletions
......@@ -2,6 +2,8 @@ import turtle
screen=turtle.Screen()
screen.bgcolor('red')
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("我是周日18:30的课\nshimangguolao\nshigeiwomenshangde\nke",font=('Times',20,"normal"))
pen.hideturtle()
......
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