Commit 8f4c24dd by BellCodeEditor

save project

parent fa890d05
Showing with 2 additions and 1 deletions
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(0,-100)
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen.write("我是嫩爹,\n沃日你先人,\n混账",font=("Time",30,"normal")) pen.write("欢迎来到实力至上主义的教室",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