Commit 283f55c6 by BellCodeEditor

auto save

parent 1d2ef558
Showing with 3 additions and 0 deletions
......@@ -2,6 +2,9 @@ import turtle
p=turtle.Pen()
p.write("一人得道鸡犬升天",font=("Times",20,"normal"))
turtle.done()
for i in range(1):
p.circle(22)
p.left(1)
......
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