We then create and open what the turtle module calls a screen (we wouldprefer to call it a window, or in the case of this web version of Pythonsimply a canvas), which we assign to variable window. Every windowcontains a canvas, which is the area inside the window on which we can draw.