Commit 0602d920 by BellCodeEditor

save project

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