I am new to python and have a question regarding stacks as a container class. My class stack looks like this:
class Stack: def __init__(self): s