def drawPattern(height,width): import turtle turtle.speed(5) turtle.color(\'black\') turtle.begin_fill() turtle.penup() turtle.goto(-100,0)