Commit ce328faa by BellCodeEditor

save project

parent 8f4c24dd
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ pen.penup() ...@@ -5,7 +5,7 @@ pen.penup()
pen.goto(0,-100) pen.goto(0,-100)
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen.write("欢迎来到实力至上主义的教室",font=("Time",30,"normal")) pen.write("欢迎来到实力\n至上主义的教室",font=("Time",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
......
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