Commit dc57170e by BellCodeEditor

save project

parent c0ab0c75
Showing with 7 additions and 4 deletions
import turtle import turtle
bs=turtle.Pen() bs=turtle.Pen()
sb=turtle.Pen() sb=turtle.Pen()
ssb=45
sb.pencolor("white")
sb.goto(-100,0) sb.goto(-100,0)
sb.fillcolor("red") sb.fillcolor("red")
bs.write("f**k you\nmum",font=("times",100,"normal")) bs.write("f**k you\nmum",font=("times",100,"normal"))
sb.begin_fill() sb.begin_fill()
sb.left(45) sb.left(45)
sb.forward(90) sb.forward(2*ssb)
sb.circle(45,180) sb.circle(ssb,180)
sb.right(90) sb.right(90)
sb.circle(45,180) sb.circle(ssb,180)
sb.forward(90) sb.forward(2*ssb)
sb.end_fill() sb.end_fill()
turtle.done() 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