Commit 95f85524 by BellCodeEditor

save project

parent a9d34ef1
Showing with 3 additions and 7 deletions
import turtle
pen.pensize(5)
import turtle
pen=turtle.Pen()
pen.write("I live you.",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
pen.pensize(5)
pen.pencolor("red")
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