"Stack is a linear data structure which follows a particular order in which the operations are performed."
- What is the order in which the operations are performed in a Stack ? - Name the List method/function available in Python which is used to remove the last element from a list-implemented stack. - Also write an example using Python statements for removing the last element of the list.

