Commit 701649e0 by BellCodeEditor

save project

parent 714189e6
Showing with 7 additions and 6 deletions
import turtle pen1=turtle.pen()
pen=turtle.Pen() pen1.pencolor("red")
pen.write("I am your father",font=("times",20,"normal") pen1.pensize(10)
Pen.hideturtle() pen1.left(45)
turtle.done pen1.forward(100)
\ No newline at end of file pen1.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