Stack

 

Aim: Write a program, with separate user defined functions to perform the following operations:

·        Push the keys (name of the student) of the dictionary into a stack, where the corresponding value (marks) is greater than 75.

·        Pop and display the content of the stack.



Comments

Popular posts from this blog

Binary file update using Python program