Welcome to Foundation of Data Science Laboratory
Welcome to Foundation of Data Science Laboratory
Python Data Structures
1. Lists and Tuples:
Write a Python program to find the second largest number in a list
Write a Python program to merge two tuples into a dictionary
2. Dictionaries and Sets:
o Write a Python program to count the frequency of each word in a given string using a dictionary
o Write a Python program to find the union and intersection of two sets