PRACTICAL FILE
“Python programming”
BBA(CAM) IV - 214
Submitted in the Partial Fulfillment of the requirements of
BBA(CAM) (BACHELOR OF BUSINESS ADMINISTRATION)
(Computer Aided Management)
BBA(CAM) : 2022-25
Submitted to: Submitted By:
Mr Himanshu Pandey Nikhil Pandey
Assistant professor 00324201922
MCIT Batch: 2022-25
CHANDERPRABHU JAIN COLLEGE OF HIGHER STUDIES & SCHOOL OF LAW
An ISO 9001:2015 Certified Institute (Approved by the Govt of NCT of Delhi
Affiliated to Guru Gobind Singh Indraprastha University, Delhi and
Approved by Bar Council of India)
Plot No OCF Sector A-8, Narela New Delhi – 110040
LIST OF PRACTICALS
S NO. NAME OF PROGRAM DATE SIGN
1 Write a Program to enter two integers, and then 07/02/2024
perform all arithmetic operations on them.
2 Write a program to check whether a number is 13/02/2024
an Armstrong number or not.
3 Write a program to print factorial of numbers. 21/02/2024
4 Write a program to swap two strings. 22/02/2024
5 Write a program to print Fibonacci series in 27/02/2024
python.
6 Write a program to find smallest and largest 05/03/2024
number in a list.
7 Write a program to find out sum of the digits of 06/03/2024
a given number.
8 Write a Python function to check if a list is a 12/03/2024
palindrome or not. Return true otherwise false.
9 Write a program to find the length of the list. 26/03/2024
10 Write a program to merge two lists in python. 02/04/2024
11 Write a program to remove last element from 03/04/2024
tuple.
12 Write a program to sum of the tuple elements. 09/04/2024
13 Write a program to get the length of the 16/04/2024
dictionary.
14 Write a program to merge two dictionaries in 19/04/2024
Python.
15 Write a program to implement Constructor in 23/04/2024
Python.
16 Write a program to implement user defined 26/04/2024
Exception Handling.