Commit 79372a36 by BellCodeEditor

save project

parent b5a7a636
Showing with 5 additions and 5 deletions
import turtle
pen=turtle.pen
pen.write(".....\n....."fort=("Times",30,"normal"))
pen.hideturtle
turtle.done
\ No newline at end of file
pen=turtle.Pen()
pen.write(".....",font=("Times",30,"normal"))
pen.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