Commit 505c4243 by BellCodeEditor

auto save

parent 418ad523
Showing with 12 additions and 6 deletions
......@@ -2,9 +2,16 @@
import turtle #导入turtle
A=turtle.Pen()#
A.write("床前明月光,疑是地上霜。\n举头望明月,低头思故乡。",font=("STKAITI",30,"normal"))
# A=turtle.Pen()
# A.write("床前明月光,疑是地上霜。\n举头望明月,低头思故乡。",font=("STKAITI",30,"normal"))
# A.hideturtle()
# turtle.done()
a=turtle.Pen()
a.circle(-50)
a.forward(100)
a.circle(50,180)
turtle.done()
A.hideturtle()
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