0% found this document useful (0 votes)
2 views

python practical

The document outlines a series of programming tasks in Python, including value exchange between variables, searching algorithms, distance calculation, sorting methods, exception handling, and working with lists. Each task specifies the requirement to write a program for a particular function, with a focus on various sorting algorithms and error handling. The tasks are structured to enhance programming skills through practical implementation.

Uploaded by

abhisatheesan119
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

python practical

The document outlines a series of programming tasks in Python, including value exchange between variables, searching algorithms, distance calculation, sorting methods, exception handling, and working with lists. Each task specifies the requirement to write a program for a particular function, with a focus on various sorting algorithms and error handling. The tasks are structured to enhance programming skills through practical implementation.

Uploaded by

abhisatheesan119
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1. a.

(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.

You might also like