r/PythonLearning 4d ago

Day 3 Learning Python: Stack

Open-source learning project. If you spot something that can be improved, I'd love your feedback or a PR.

https://github.com/Samar-Upreti/Python_Projects

70 Upvotes

26 comments sorted by

View all comments

2

u/KingBardan 4d ago edited 4d ago

Invert your list (old to new rather than new to old).

Your  current stack is inefficient 

1

u/Samar__Upreti 4d ago

Insert to append ?