Commit cedb9db6 by BellCodeEditor

save project

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