Commit 8b448cbb by BellCodeEditor

save project

parent 654bc3ba
Showing with 22 additions and 0 deletions
import turtle
h=turtle.Pen()
h.penup()
h.goto(100,-100)
h.write("床前明月光,\n一丝地上霜",font=("Times",15,"normal"))
h.hideturtle()
hh=turtle.Pen()
hh.pensize(17)
hh.pencolor("blue")
hh.left(45)
hh.forward(100)
hh.circle(50,180)
hh.right(90)
hh.circle(50,180)
hh.forward(100)
turtle.done()
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