Commit 8a6ccca6 by BellCodeEditor

save project

parent 4c54402a
Showing with 8 additions and 5 deletions
import turtle
# pen=turtle.Pen()
# pen.write("Hi,诺依~\n= = \n· - · ",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.pencolor("light blue")
pen.penup()
pen.goto(100,-100)
pen.write("Hi,诺依~ ",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("blue")
......@@ -12,5 +14,6 @@ pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
screen=turtle.Screen()
screen.bgcolor("light yellow")
turtle.done()
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