You can add something to your array, max_stack, by using max_stack.append() and putting whatever it is you want to add between the ().
max_stack
max_stack.append()
()