Commit ff9ab6e8 by BellCodeEditor

save project

parent 69926147
Showing with 9 additions and 5 deletions
import turtle
pen=turtle.Pen()
pen.write("hi,弱一,\npython写电子油件太油去了,\npython",font=("times",15,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
penSB=turtle.Pen()
penSB.penside(5)
penSB.pencolor("white")
penSB.left(45)
penSB.forward(100)
penSB.circle(50,100)
penSB.right(90)
penSB.circle(50,100)
\ 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