()
| 97 | |
| 98 | |
| 99 | def play(): |
| 100 | print_board() |
| 101 | p1_sign = input("\n\nplayer 1 chose your sign [0/x] = ") |
| 102 | p2_sign = input("player 2 chose your sign [0/x] = ") |
| 103 | enter_number(p1_sign, p2_sign) |
| 104 | print("\n\n\t\t\tDeveloped By :- UTKARSH MATHUR") |
| 105 | |
| 106 | |
| 107 | if __name__ == "__main__": |
no test coverage detected