Commit 9de5001e by BellCodeEditor

save project

parent 8a3f0824
Showing with 1 additions and 2 deletions
...@@ -2,13 +2,12 @@ ...@@ -2,13 +2,12 @@
import turtle import turtle
#背景颜色 #背景颜色
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("orange") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("余云楷 \n真帅!",font=("Times",40,"normal")) pen.write("余云楷 \n真帅!",font=("Times",40,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("blue") pen1.pencolor("blue")
......
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