First time here? Check out the FAQ!
answered 2014-01-15 20:34:01 +0100
Ok, I fixed it with the following code:
for i in range(0,2*n-1): for j in range(0,2*n-1): w[i,j]=3;