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
Your tic-tac-toe tutorial has some issues with the event handling.
Line 206, and line 208 both use the "is" keyword instead of equality for the logic (==). The equality operator needs to be used to compare the value of two integers.
Your tic-tac-toe tutorial has some issues with the event handling.
Line 206, and line 208 both use the "is" keyword instead of equality for the logic (==). The equality operator needs to be used to compare the value of two integers.