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
The following error comes when the code mentioned above is executed.
Traceback (most recent call last):
File "GUI.py", line 343, in
main()
File "GUI.py", line 260, in main
board = Grid(9, 9, 540, 540, win)
TypeError: Grid() takes no arguments
The text was updated successfully, but these errors were encountered:
The following error comes when the code mentioned above is executed.
Traceback (most recent call last):
File "GUI.py", line 343, in
main()
File "GUI.py", line 260, in main
board = Grid(9, 9, 540, 540, win)
TypeError: Grid() takes no arguments
The text was updated successfully, but these errors were encountered: