Commit 5f32392d by BellCodeEditor

save project

parent f9ad850e
Showing with 16 additions and 5 deletions
import turtle import turtle
Pen=turtle.Pen() q=turtle.Pen()
Pen.write("001011001110011101001",font=("Times",20,"normal")) q.write("001011001110101000100101010\n100100101010101010\n00101010010101000100001000000101010100101000101041010101010104101014010101000101010000101010101010100101010000001010041010101010100101010101000000001101010100101001000110110110101110101010101011010101011101010101010101010101010101010101010101010000000101011010010100010001000100010011010010101010101010101010101010101010110010100010010010101040101010010101001011010010010101010101011001100110010010101010101010010011101001",font=("Times",20,"normal"))
Pen.hideturtle() q.hideturtle()
turtle.done #turtle.done()
\ No newline at end of file q=turtle.Pen()
q.pencolor("red")
q.pensize(5)
q.left(45)
q.forward(100)
q.circle(50,180)
q.right(90)
q.circle(50,180)
q.forward(100)
q.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