Commit 0cfca558 by BellCodeEditor

save project

parent dcf357d6
Showing with 16 additions and 1 deletions
import turtle
# pen=turtle.pen
# pen=write("Hi",诺依~\n铀python写电子贺卡真是太好了)
# pen.hideturtle()
# turtle.done
#画爱心
pen1=turtle.pen()
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
turtle.done()
pen1=turtle.pen()
pen1.right(45)
pen1.forward(100)
pen1.circle(50,180)
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