Commit f4050ca5 by BellCodeEditor

save project

parent 07858a54
Showing with 17 additions and 0 deletions
import turtle
T = turtle.Pen()
T.fillcolor("red")
T.begin_fill()
T.left(135)
T.circle(50,180)
T.forward(100)
T.left(90)
T.forward(100)
T.circle(50,180)
T.end_fill()
T.write("LOL",font=("Times",20,"normal"))
T.hideturtle()
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