[Book Name, Author, Price]
Each of these records are nested together to form a nested list. Write the following user defined functions in Python to perform the specified operations on the stack named books.
(i) Push_element(BList): It takes the nested list as an argument and pushes a list object containing book name and author, which have price less than 300.
Answer:
Answer by student
Detailed answer by teachoo
The rest of the post is locked. Join Teachoo Black to see the full post.