# start a turtle document: import turtle t = turtle.Turtle() # set turtle's opacity to 50, or 50% transparency. t.setfillopacity(50)