Python Assignment 3
Python Assignment 3
Assignment - 3
( 14 MARKS)
1. Write python program to perform following operations on Set (Instead of Tuple)
i) Create set
ii) Access set Element
iii) Update set
iv) Delete set
2. Write a Python Program to accept values from user in a list and find the largest number and
smallest number in a list.