Dr. D. Y.
Patil Pratishthan’s
D. Y. Patil Institute of Master of Computer Applications & Management
Sector No.29, Behind Akurdi Railway Station, Pradhikaran, Nigdi, Pune – 411044
Tel No: 020-27640998, 202737393, Fax no: 27653054,
Website: www.dypimca.ac.in, Email: [email protected]
(Approved by AICTE, Recognized by DTE, Mah.; Affiliated to SPPU)
Date: 04/10/2024
Part A: Practical Journal Submission
IT-11L: Python Programming
Academic Year: 2024-2025 Term: July - Dec 2024
MCA – I (Sem –I) CO Mapping- CO1 BT Level: 3 and 6
INDEX
Sr.No Program Date Sign
Write a python program for the following-
i)Create list of fruits
1 ii)Add new fruit in list 11/09/2024
iii)sort the list
iv)delete last fruit name from list.
Write a program to create new list ‘b’ which contains only initial
2 letters from given list 11/09/2024
A=[‘Pune’,’Mumbai’,’Delhi’,’Nagpur’]
Write a program to display student score card with Student name,
3 13/09/2024
No. of subjects, total Marks, percentage, and grade.
Write a program to print odd numbers between 0 to 100 using
4 13/09/2024
continue statement.
Write a program to create list for basic salary of employee and
calculate the gross salary of an employee for following allowance
and deduction.
5 18/09/2024
DA=25%, HRA=15%, PF=12%,TA=7,50%
Net Pay=basic+DA+HRA+TA
Gross Pay=Net Pay-PF
Write a program to access each character of string in forward and
6 18/09/2024
backward direction using while loop.
Write a program to print sum of positive integers when user enter
7 20/09/2024
negative value break the loop (while)
Write a program to find maximum of 3 numbers using ternary
8 25/09/2024
operator.
Write a program to print different vowels present in the word
9 27/09/2024
"Learning python"?
Write a program to add values for the following keys into
10 dictionary using for loop- 27/09/2024
key=[‘name’,’age’,’city’,’is_student’]