Topic: Stack Problem / Level: beginner

Problem: Implement a function to push the elements of a list into a stack and remove elements greater than 50.

Run the code to see the output here...