Skip to content

Instantly share code, notes, and snippets.

View BimarDwi's full-sized avatar

BimarDwi

  • Balikpapan
View GitHub Profile
@sertdfyguhi
sertdfyguhi / tictactoe.py
Last active April 21, 2023 16:32
Tic tac toe in python
from itertools import chain
from sys import exit
BOARD_TEMPLATE = '''
| |
{} | {} | {}
| |
---+---+---
| |
{} | {} | {}