In class 12th term-2 syllabus, first topic under programming is "Stacks in Python". In this video, we are continuing the topic stacks in Python in which we have written a program to create a stack in which we have implemented the functions for
insert/delete elements
check if the STACK is empty
find the number of elements in the STACK
read the value of the topmost element in the STACK