0% found this document useful (0 votes)
25 views1 page

Python Practicals

The document outlines a series of Python practical exercises aimed at teaching fundamental programming concepts. It includes tasks such as displaying messages, using arithmetic and logical operators, implementing control structures like if statements and loops, and performing operations on data structures like lists, tuples, and sets. Each task is associated with specific course outcomes (CO1 and CO2).

Uploaded by

piyxeel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Python Practicals

The document outlines a series of Python practical exercises aimed at teaching fundamental programming concepts. It includes tasks such as displaying messages, using arithmetic and logical operators, implementing control structures like if statements and loops, and performing operations on data structures like lists, tuples, and sets. Each task is associated with specific course outcomes (CO1 and CO2).

Uploaded by

piyxeel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like