1) Write a Python Program to perform following operations on Dictionary?
2) Write a Python Program to perform following operations on Set: Intersection of
Sets, Union of Sets, Set Difference.
3) Design a python program to create class to calculate area of triangle and circle
and print the result?
4) Write a Python Program to calculate factorial of given number.
5) Write a python program for importing module for addition and subtraction of 2
numbers.
6) Write a python program to define a module for swapping the two values and
Fibonacci series?
7) Write a python program to create class STUDENT with Roll Number and Name and
display its contents.
8) Design a class Employee with data members name, department and salary. Create
Suitable methods for reading and printing employee
information
9) Write a python program of Inheritance?
10) Write a python program for importing module for addition and subtraction of 2
number