PYTHON PRACTICALS
1. Write python program to display welcome message on screen.CO1
2. Implement the python program to read data from user and display
data on screen.CO1
3.Implement a python programs using Arithmetic operators.CO1
4.Implement a python programs using Relational & logical
operators.CO1
5.Implement a python programs using Assignment operators.CO1
6.Implement a python program to demonstrate the use of if
statement.CO1
7.Implement a python program to demonstrate the use of if..else
statement.CO1
8.Implement a python program to demonstrate the use of while
loop.CO1
9.Implement a python program to demonstrate the use of for
loop.CO1
10.Implement a python program to perform operations on the List:
Create a List,Access List,Update List,Delete List.CO2
11.Implement python program to perform operations on the Tuple:
Create a Tuple,Access Tuple.CO2
12.Implement a python program to perform operations on the Set:
Create a Set,Access Set,Update Set,Delete Set.CO2