Commit d94b523c by BellCodeEditor

save project

parent c816b9b8
Showing with 17 additions and 0 deletions
import turtle
# x=turtle.Pen()
# x.write("葡萄美酒夜光杯,\n你是一个大傻杯",font=("Times",18,"normal"))
# x.hideturtle()
# turtle.done()
t=turtle.Pen()
t.pencolor("red")
t.pensize(5)
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.hideturtle()
t.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