Commit a1a1798b by BellCodeEditor

save project

parent bbab642c
Showing with 4 additions and 2 deletions
import turtle
j=turtle.Pen
j.write("what the"font=("Times",200,"normal"))
j=turtle.Pen()
j.write("what the",font=("Times",200,"normal"))
j.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