error i m getting in line no 4

Chris Angelico rosuav at gmail.com
Mon May 29 12:46:14 EDT 2017


On Tue, May 30, 2017 at 2:36 AM, Mohd Gausul Abdeen
<sanusingh322 at 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



More information about the Python-list mailing list