# MCS 260 L-21 Mon 1 Mar 2010 : 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 = []