in the same file.
DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated,
and may be removed in a future version of Python.
pygame.draw.line(self.win, (0,0,0), (0, i*gap), (self.width, i*gap), thick)
Sudoku-GUI-Solver/GUI.py
Lines 60 to 61 in d02ece8
In addition to Line 60 and 61 there are 6 other
Deprecation Warningin the same file.