# L-18 MCS 260 Mon 8 Oct 2007 : a stack # # this module implements a stack as a list, # as used by stack_of_numbers and its _io, # hidden from the user of this stack the_stack = []