This is my code:
class Stack: def __init__(self): self.stack = [\'\'] * 100 # Push element in the stack de