PWP Practicals Exam
PWP Practicals Exam
1] Arithmetic
Output:
3] Assignment
Output:
4] . Bitwise
Output:
5] Membership
Output:
6] Identity
Output:
Practical No.4
1]
Output:
2]
Output:
3]
Output:
4]
Output:
Practical No.5
1] while loop
Output:
2]for loop
3]nested loop
Output:
Practical No.7
*Implement a python program to perform following operations on the List: 1. Create a List 2.
Access List 3. Update List 4. Delete List
1]
Output:
2]
Output:
3]
Output:
4]
Output:
Practical No.9
*Implement python program to perform following operations on the Tuple: 1. Create a Tuple
2. Access Tuple 3. Print Tuple 4. Delete Tuple 5. Convert tuple into list and vice-versa
1] Create a Tuple
Output:
2] . Access Tuple
Output:
3] . Print Tuple
Output:
4] . Delete Tuple
Output:
Output:
Practical No.10
*Implement a python program to perform following operations on the Set: 1. Create a Set
2. Access Set 3. Update Set 4. Delete Set
1] Create a Set
Output:
2] . Access Set
Output:
3] Update Set
Output:
4] Delete Set
Output:
Practical No.12
1]
Output:
2]
Output:
3]
Output:
4]
Output:
5]
Output:
6]
Output:
Practical No.14
Practical No.18 *
Write python program to create and use a user defined package for a given problem.
Practical no.20
Practical no.21
*Write a python program to demonstrate the use of constructors: 1. Default 2.
Parameterized 3. Constructor Overloading
1] Default
2] Parameterized
3] Constructor Overloading
Practical no.22
*Implement a python program to demonstrate 1. Method Overloading 2. Method
Overriding