Commit 0602d920 by BellCodeEditor

save project

parent 8dcfb499
Showing with 9 additions and 4 deletions
import turtle
#pen=turtle.Pen()
#pen.write("Hi\n诺伊,嫁给我吧!\n我给你买了婚戒",font=("Times",18,"normal"))
#pen.hideturtle()
#turtle.done()
#背景
screen=turtle.Screen()
screen.bgcolor("light blue")
#鞋子
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi\n诺伊,嫁给我吧!\n我给你买了婚戒",font=("Times",18,"normal"))
pen.hideturtle()
#画圆
pen1=turtle.Pen()
pen1.pencolor("red")
......
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