Commit 31cd94bf by BellCodeEditor

save project

parent ac529d07
Showing with 13 additions and 4 deletions
import turtle import turtle
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("Hi, 诺依~\n用python写电子贺卡真是太傻逼了~"font=("Times",30,"normal")) # pen.write("Hi, 诺依~\n用python写电子贺卡真是太傻逼了~",font=("Times",30,"normal"))
pen.hideturtie() # pen.hideturtle()
# turtle.done()
penl=turtle.pen()
penl.left(45)
penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(50,180)
penl.hideturtle()
turtle.done() turtle.done()
\ 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