Commit c85982f3 by BellCodeEditor

save project

parent a29e64c3
Showing with 9 additions and 7 deletions
#Pen=turtle.Pen()
#Pen.write("诺伊,编程替难了",font=("Time",30,"normal"))
#Pen.hideturtle()
#turtle.done()
import turtle
Pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
Pen.penup()
Pen.goto(-80,-50)
Pen.write("诺伊,编程替难了",font=("Time",13,"normal"))
Pen.hideturtle()
#画爱心
import turtle
len=80
......@@ -15,4 +18,4 @@ pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
pen1.hideturtle()
turtle.done()
\ No newline at end of file
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