Sudoku Showcase
Namespaces | Variables
constants.py File Reference

Namespaces

 constants
 

Variables

int constants.N = 9
 global Constants The number of rows / columns in the grid More...
 
 constants.BLOCK_SIZE = int(N / 3)
 
list constants.ALLOWED_INDEX = [i for i in range(N)]
 
list constants.ALLOWED_VALUES = [i for i in range(1, N + 1)]