Commit 5b0e1e70 by BellCodeEditor

auto save

parent 1e70006e
Showing with 2 additions and 1 deletions
......@@ -4,11 +4,12 @@ screen.bgcolour("light red")
pen=turtle.pen()
pen.penup()
pen.goto(100,-100)
pen.write("hi,诺依")
pen.write("hi,诺依\n用python写电子贺卡实在太有趣啦~\n我也喜欢python\n-悟空",font=("times",13,"normal"))
pen.hideturtle
pen1=turtle.pen()
pen1=pencolour("light green")
pen1.pensize(5)
len=100
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
......
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