# version = 1.0.0 # # write the state of the board using a three-tuple: # x coordinate, y coordinate, value # 0, 0, "x" 0, 1, "x" 0, 2, "o" 1, 0, "o" 1, 1, "o" 1, 2, "x" 2, 0, "x" 2, 1, "o" 2, 2, "x" # # end of file