Commit 1b0611fb by BellCodeEditor

save project

parent c816b9b8
Showing with 16 additions and 0 deletions
import turtle
# f=turtle.Pen()
# f.write("儿童节快乐!",font=("Times",50,"normal"))
# f.hideturtle()
j=turtle.Pen()
j.left(45)
j.forward(100)
j.circle(50,180)
j.right(90)
j.circle(50,180)
j.forward(100)
j.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