0% found this document useful (0 votes)
3 views4 pages

Lab FORMAT

Uploaded by

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

Lab FORMAT

Uploaded by

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

Department of CSE

SUNRISE INSTITUTE OF ENGINEERING TECHNOLOGY & MANAGEMENT

Subject Name
(KCS-453)

Lab File
(PYTHON PROGRAMMING LAB)

For
th
4 Semester

Submitted To:- Submitted By:-

Miss. Manu Mishra ASHUTOSH KUMAR


(HOD) B.Tech CSE (4th Sem)
Department of CSE Roll No: 2205270109004
LIST OF PRACTICALS

PRACTICALS 1
To write a python program of exponentiation (power of a number)

PRACTICALE 2
To write a python program to display all the prime numbers between m to n

PRACTICALE 3
To write a python program to compute the GCD of two numbers.

PRACTICALS 4
To write a python program find the maximum of a list of numbers.

PRACTICALE 5
To write a python program linear search.
INDEX

S.NO EXPERIMENT/PROGRAM DATE PAGE NO SIGN

1 To write a python program of


exponentiation (power of a
number)

2 To write a python program to


display all the prime numbers
between m to n

3 To write a python program to


compute the GCD of two
numbers.

4 To write a python program


find the maximum of a list of
number

5 To write a python program


linear search.
PROGRAM 1

Objective:

You might also like