I am getting this error when I run my program and I have no idea why. The error is occurring on the line that says \"if 1 not in c:\"
Code:
matrix =
c is the row number, so it's an int. So numbers can't be in other numbers.
c
int
in