Pythonpracs
Pythonpracs
1. Write python program to display welcome message on screen. Implement the python
program to read data from user and display data on screen.
A.update(B)
Print(A)
10. Implement a python program to perform following functions on Set: 1. Union 2.
Intersection 3. Difference 4. Symmetric Difference.
14. Write Python program to demonstrate use of following advanced functions: 1. lambda
2. map 3. Reduce.
15. Write a python program to create and use a user defined module for a given problem.
16. Write a python program to demonstrate the use of following module: 1. math module
2. random module 3. os modul.
17.Write python program to create and use a user defined package for a given problem.
18. Develop a python program to perform following operations: 1. Creating a Class with
method 2. Creating Objects of class 3. Accessing method using object.
23. Write python GUI program to import Tkinter package and create a window and set its
title.