Commit 903a72e1 by BellCodeEditor

save project

parent 9ebebad7
Showing with 8 additions and 3 deletions
import turtle
pen5.=turtle.Pen()
pen = turtle.Pen()
pen.write("i\nikun",font=("Times",20,"normal"))
pen5=turtle.Pen()
pen5.pencolor("green") pen5.pencolor("green")
pen5.pensize(50) pen5.pensize(50)
#爱心 #爱心
pen5.left(45) pen5.left(45)
pen5.forword(100) pen5.forward(100)
pen5.circle(50,180) pen5.circle(50,180)
pen5.right(90) pen5.right(90)
pen5.circle(50,180) pen5.circle(50,180)
pen5.forword(100) pen5.forward(100)
pen5.hideturtle() pen5.hideturtle()
turtle.done() 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