typedstuff board = [
  [empty, empty],
  [empty, empty]
]
board[0,0] = 'piece'

def move_piece_off_board:

Reply via email to