Commit 1644bfb4 by BellCodeEditor

save project

parent 4cac003e
Showing with 22 additions and 0 deletions
import turtle
o=turtle.Pen()
o.penup()
o.goto(140,-250)
o.pendown()
o.write("无人扶我青云志\n我自踏雪至山巅\n",font=("华文行楷",22,"normal"))
t=turtle.Pen()
t.pencolor("red")
t.pensize(10)
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
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