We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1b2c7 commit 6c84dabCopy full SHA for 6c84dab
tic_tac_toe.py
@@ -6,7 +6,7 @@
6
[0, 1, 2], [0, 3, 6],
7
[3, 4, 5], [1, 4, 7],
8
[6, 7, 8], [2, 5, 8],
9
- [3, 5, 7], [0, 4, 8]
+ [2, 4, 6], [0, 4, 8]
10
]
11
12
0 commit comments