Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

The Ashok Leyland School, Hosur

Computer Science with Python


Class 12

HW 2 28-06-23
1. Write Add new (Book) and Remove (Book) methods in Python to Add a new Book and
Remove a Book from a List of Books, considering them to act as PUSH and POP
operations of the data structure stack.
2. Write a python program to implement a stack using a list data-structure.

You might also like