Commit a441150f by BellCodeEditor

save project

parent 2a5e0273
Showing with 11 additions and 1 deletions
import turtle
# pen=turtle.Pen()
# turtle.write("HELLO\n hello\n",font=("times",20,"normal"))
pen=turtle.Pen()
turtle.write("HELLO\n hello\n",font=("times",40,"normal"))
turtle.pencolor("red")
turtle.pensize(10000)
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.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