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

Python Programming Lab Combinations-Updated

Uploaded by

emicbiju12
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)
1 views1 page

Python Programming Lab Combinations-Updated

Uploaded by

emicbiju12
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 PROGRAMMING LAB COMBINATIONS

1. Write simple Python program using operators:


a) Arithmetic Operators b) Logical Operators c) Bitwise Operators
2. Develop user defined Python function for given problem:
a) Function with minimum 2 arguments b) Function returning values

1. Write python program to perform following operations on Lists:


a) Create list b) Access list
b) Update list (Add item, remove item) d) Delete list
2. Write a Python program to create a calculator program.

1. Write python program to perform following operations on Tuples:


a) Create Tuple b) Access Tuple
c) Update Tuple d) Delete Tuple
2. Create a GUI using Tkinter module.

1. Write python program to perform following operations on Dictionaries:


a) Create Dictionary b) Access Dictionary elements
c) Update Dictionary d) Delete Set

2. Write Python program to demonstrate string built — in functions.

You might also like