first of all i have random.randint imported as rand like this:

from random import randint as rand

it is giving me an error at the line

    space = rand(1,82)

the error its giving me is

    Traceback (most recent call last):
      File "sudoku.py", line 1050, in ?
        space = rand(1,82)
    TypeError: 'int' object is not callable

what is wrong with the line i have no clue i spent an hour looking it up

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to