Commit a3665c5b by BellCodeEditor

save project

parent c816b9b8
Showing with 16 additions and 0 deletions
import turtle
# Pen=turtle.Pen()
# Pen.write("你好\nSB。",font=("Times",30,"normal"))
# Pen.hideturtle()
# turtle.done()
Pens=turtle.Pen()
Pens.pencolor("red")
Pens.pensize(5)
Pens.left(45)
Pens.forward(100)
Pens.circle(50,180)
Pens.right(90)
Pens.circle(50,180)
Pens.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