Skip to content
skabra1973@gmail.com

20. Write a menu-driven Python program to perform the following operations on a tuple like Display Tuple, Find Length, Find Maximum Element , Find Minimum Element, Calculate Sum, Count Occurrence of an Element , Find Position of an Element, Exit.

ASSIGNMENT Q.20 Q.20. Write a menu-driven Python program to perform the following operations on a tuple like Display Tuple, Find Length, Find Maximum Element , Find Minimum Element, Calculate...

Read More

15.Write a menu-driven Python program to store salaries of employees in a list and perform the given below task to print the data , Highest salary , Lowest salary , Average salary , Second highest salary , Sort salaries (Ascending & Descending) ,Search salary

ASSIGNMENT Q.15 15.Write a menu-driven Python program to store salaries of employees in a list and perform the given below task to print the data , Highest salary ,...

Read More

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. Provide me the solution.

ASSIGNMENT Q.14 Q.1 Write a Python program to check whether multiple numbers are Even or Odd. # Menu-driven program to manage a list of student names students = ...

Read More