Skip to content

Conversation

kevinliao2003
Copy link

Fixed syntax error in TicTacToe file

@@ -88,7 +90,7 @@ def ai_move():
root = tk.Tk()
root.title("Tic-Tac-Toe")

board = [[' ' for _ in range(3)] for _ in range(3]
board = [[' ' for _ in range(3)] for _ in range(3)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this syntax error was fixed. Hmmm.
And you added comments to document the code. Hm.mmmmm

@geekcomputers geekcomputers merged commit a143ffa into geekcomputers:master Nov 9, 2023
Copy link
Contributor

@NitkarshChourasia NitkarshChourasia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants