Beispiel #1
0
def place(stack, element):
    q = Stack()
    q.Element = element
    q.Next = stack
    return q