ASSIGNMENT Q.21 21. Write a menu-driven Python program to create a tuple containing 20 integers and display like : First five elements, Last five elements, Middle five elements, Every...
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...
ASSIGNMENT Q.19 19. Write a program to create a list of numbers and swap the content with the next value divisible by 5 # Program to swap each value...
ASSIGNMENT Q.18 18.Write a program to create a list of students’ marks with user-defined values and find the maximum. # Program to find maximum marks from a list marks...
ASSIGNMENT Q.17 17.Write a menu-driven Python program to check whether the email entered by the user is valid. Conditions: Contains “@” Contains “.” No spaces # Menu-driven program to...
ASSIGNMENT Q.16 Q.16.Write a menu-driven Python program to converts a string into: Uppercase Lowercase Title Case Capitalized Swap Case # Menu-driven program for string case conversion text = input("Enter...
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 ,...
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 = ...
1. Which of the following is not a self-management skill? Problem solving Bargaining Understanding self Confidence building Answer: (b) Bargaining Solution: Problem solving, understanding self and confidence building are...
COMMUNICATION SKILLS II SHORT ANSWER TYPE QUESTIONS 1. What are various elements of a communication cycle? Answer — The various elements of a communication cycle are — Sender: the...