Program List c12
Program List c12
Set 1 [8 Marks]
1. Write a menu driven Python program to perform the following:
Write a function PUSH_VOW() to insert only vowels from a string entered by the
user into a stack.
Write a function DISPLAY_VOW() to display the content of the stack
Write a function POP_VOW() to delete elements from the stack.
Set 2 [4 Marks]