Computer Science, asked by haxhiusabina, 8 hours ago

Write a program in Python that creates a stack. The elements that are going to b pushed in
the stack is your 4 favorite films.

- Check the size of the stack.
- Check if the stack is full or not
- Remove the films from the stack using the LIFO algorithm

Answers

Answered by bye83
0

Answer:

- Check the size of the stack.

- Check if the stack is full or not

- Remove the films from the stack using the LIFO algorithm

Similar questions