class Matrix:
def __init__(self, matrix_string):
pass
def row(self, index):
def column(self, index):