[Solved] Implementing stack in python by using lists as stacks [closed]

[ad_1]

Python’s list probably already has everything you want. If you want some additional functionality like limiting max number of objects you should subclass it or wrap around it with another class.

1

[ad_2]

solved Implementing stack in python by using lists as stacks [closed]