<div dir="ltr">Hello List,<div><br></div><div>I am teaching a Python programming class where students use their own computer.</div><div><br></div><div>When I create an array with 3 rows and 4 columns, a = zeros((3,4)), and ask for the shape, shape(a), then some students get (3,4), while others get (3L,4L).</div>
<div><br></div><div>I guess the 3L and 4L are long integers. I wonder why they don't all get the same thing. They all installed numpy through Canopy Express. Any thoughts? Is this a setting in printoptions maybe?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Mark</div></div>