I have this code:
def initialise(m, n, value): if not m <= 0: stop_program(f\'{m} is not a valid number of lines\') if not n <= 0: