Lab 4 - slcc2c/CS5590_Python GitHub Wiki

Case1: Dictionaries a. Write a Python program to convert a dictionary to OrderedDict. b. Write a Python program to check multiple keys exists in a dictionary. c.  Write a Python program to replace dictionary values with their sum. conditional statement and loops a. Write a Python program to find maximum and the minimum value in a set. b. Write a Python program to create a symmetric difference. 

Screenshot:

Code:Here