I'm new to Python, and this task is probably simple, but I'm just not getting it. I'm trying to model light transmission through a 2-D aperture using a grid: if light is transmitted, the grid-element is 1; if not, then 0.I'm new to Python, and this task is probably si