Commit 4cc0adf4 by BellCodeEditor

save project

parent d1bcc720
Showing with 8 additions and 0 deletions
......@@ -9,4 +9,12 @@ pen1.circle(50,180)
pen1.forward(100)
pen1.hideturle()
turtle.done()
screen=turtle.screen()
screen.bgcolor("light blue")
pen=turtle.pen()
pen.penup()
pen.goto(-100,0)
pen.write("你好\nSB.",font=("Times",30,"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