Skip to content
skabra1973@gmail.com

14.Write a menu-driven Python program to develop a list of student names. The program should provide the following options: Add Student Insert Student at Position Remove Student Delete Student by Index Search Student Count Student Name Find Student Position Sort Student List Reverse Student List Copy Student List Clear Student List Display Student List Exit

ASSIGNMENT Q.14 Q.2 Write a Python program to count the number of vowels and consonants in a string entered by the user.  string = input("Enter a string: ") vowels...

Read More

13.Write a menu-driven Python program to list Slicing and Manipulation that Accept 15 integers in a list and display: First five elements Last five elements Middle five elements Every alternate element Reverse list using slicing Copy list

ASSIGNMENT Q.13 Q.13 Write a menu-driven Python program to list Slicing and Manipulation that Accept 15 integers in a list and display: First five elements Last five elements Middle...

Read More

Write a menu-driven Python program to create a Shopping Cart program that allows the user to: Add products. Remove products. Search a product. Display all products. Sort products alphabetically. Reverse the product list. Count total products.

ASSIGNMENT Q.11 Q.11 Write a menu-driven Python program to create a Shopping Cart program that allows the user to: Add products. Remove products. Search a product. Display all products....

Read More