On Tue, May 30, 2017 at 2:36 AM, Mohd Gausul Abdeen
<sanusingh...@gmail.com> wrote:
> import util
>
> def run_test (test):
> if test == 0:
> grid = []
> util.create_grid (grid)

Is this your actual code, or did you lose formatting when you posted
it? Either way, make sure you retain indentation in Python code.

Also, you need to post the actual error you're getting. We are
mindreaders, it's true, but it's a matter of courtesy to not force us
to exercise our magical abilities on your behalf.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to