Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements from a list into a stack and remove all even elements.

Run the code to see the output here...