Commit c85982f3 by BellCodeEditor

save project

parent a29e64c3
Showing with 8 additions and 5 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
......
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