Commit 9561a99e by BellCodeEditor

save project

parent 9d462ed7
Showing with 3 additions and 3 deletions
import(turtle)
pen=turtle.pen()
pen.write("gfg/gfg/gfg")
import turtle
pen=turtle.Pen()
pen.write("gfg\ngfg\ngfg",font=("times",30,"normal"))
pen.hideturtle()
turtle.done()
......
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