python practical
python practical
(i) Write a python program to exchange the values of two variables without
using third variable. (40)
(ii) Write a python program to perform Linear search. (40)
2.a. (i) Write a python program to find the distance between two points. (40)
(ii) write a python program to perform Merge sort. (40)
3.a. i) Write a python program to exchange the values of two variables without
using third variable. (40)
(ii) write a python program to Sort n numbers using Selection sort. (40)
4.a. (i) write a python program to implement zero division error using exception
handling. (40)
(ii) write a python program to sort n numbers using Insertion sort (40)
5.a. (i) Write a python program to circulate the values of n variables. (40)
(ii) write a python program to sort n numbers using Quick sort (40)
6.a.(i) Write a Python program to find maximum and minimum number in a list. (40)
(ii) Implementing programs using written modules and Python Standard Libraries (40)
(pandas, numpy.)
7.a. (i) Write a Python program to find maximum and minimum number in a list. (40)
.
(ii) Write a python program to exchange the values of two variables without (40)
using third variable.