Implementation of stack in Python using list | Unit-1 | Class-12th CBSE Computer Science

Опубликовано: 17 Июнь 2026
на канале: CS with Python and SQL
234
7

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