Commit 5d1b4ef7 by BellCodeEditor

save project

parent c816b9b8
Showing with 18 additions and 0 deletions
#import turtle
#Pen=turtle.Pen()
#Pen.write("依诺,\n我会在画布上写字了!",float=("time",30,"normal")
#Pen.hideturtle()
#turtle.done()
#画爱心
Pen1=turtle.Pen()
Pen1.pensize()
Pen1.pencolor()
Pen1.left(45)
Pen1.forward(100)
Pen1.circle(50,180)
Pen1.right(90)
Pen1.circle(50,180)
Pen1.forward(100)
hideturtle()
turtule.Pen1
\ No newline at end of file
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