Commit 7f6ae685 by BellCodeEditor

save project

parent 9b5c0d79
Showing with 15 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.pen()
pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣了~\n-悟空"),font=("Times",30,"normal")
pen.hideturtle()
# pen=turtle.pen()
# pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣了~\n-悟空"),font=("Times",30,"normal")
# pen.hideturtle()
penl=turtule.pen()
pen.pencolor("red")
penl.pensize(5)
penl.left(45)
penl.forwarfd(100)
penl.circle(50,180)
penl.right(90)
pen.circle(50,180)
penl.forward(100)
penl.hideturtle
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