Commit 909acf17 by BellCodeEditor

auto save

parent 85ac8708
Showing with 9 additions and 2 deletions
......@@ -3,4 +3,11 @@ import turtle
pen=turtle.Pen()
pen.write(" 我没死\n 中 刘潇然\n李白乘舟不给钱\n渔夫把他踹下船\n天空飞来一张纸\n上面写着我没死",font=("Times",25,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()
pen.color("red")
pen.left(45)
pen.forward(100)
pen.circie(50,180)
pen.right(90)
pen.circie(50,180)
pen.forward(100)
\ 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