Commit 2a5907d4 by BellCodeEditor

save project

parent 4556f19b
Showing with 13 additions and 3 deletions
import turtle
j=turtle.Pen()
j.write("what the fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck",font=("Times",40,"normal"))
j.hideturtle()
# j=turtle.Pen()
# j.write("what the fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck \n fuck fuck fuck fuck",font=("Times",40,"normal"))
# j.hideturtle()
# turtle.done()
j1=turtle.Pen()
j1.left(45)
j1.forward(200)
j1.circle(100,180)
j1.right(90)
j1.circle(100,180)
j1.forward(200)
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