You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to Line 60 and 61 there are 6 other Deprecation Warning 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)
The text was updated successfully, but these errors were encountered:
Sudoku-GUI-Solver/GUI.py
Lines 60 to 61 in d02ece8
In addition to Line 60 and 61 there are 6 other
Deprecation Warning
in the same file.The text was updated successfully, but these errors were encountered: