Commit f54729ef by BellCodeEditor

auto save

parent 07028d41
Showing with 14 additions and 1 deletions
-- "a/\344\275\225\346\265\251\345\235\207.py" import turtle
import turtle
pen=turtle.Pen()
# pen.write("寒食\n[唐]韩翃\n春城无处不飞花,\n寒食东风御柳斜\n日暮汉宫传蜡烛\n轻烟散入五侯家",font=("Times",15,"normal"))
pen.right(30)
for i in range(6):
pen.circle(50,180)
pen.right(120)
pen.left(30)
pen.forward(-100)
pen.forward(100)
pen.left(-30)
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