Commit cedb9db6 by BellCodeEditor

save project

parent 7a323eb9
Showing with 11 additions and 4 deletions
import turtle
q=turtle.Pen()
q.write("Helloooo\noooooo!",font=("Times",50,"normal"))
q.hideturtle()
turtle.done()
\ No newline at end of file
q.pencolor("green")
q.pensize(5)
q.left(45)
q.circle(50,180)
q.right(90)
q.circle(50,180)
q.forward(100)
q.right(-90)
q.forward(100)
q.hideturtle()
\ 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