Basic Python Programs:
Without Function
With Function
2. Control Structures:
2. Write a Python program using a loop to print the first 10 Fibonacci numbers.
3. Functions in Python
Functions in Python: o Create a Python function to calculate the area of a circle.
Create a Python function that takes a list of numbers and returns the largest number in the list.
4. File Handling:
Write a Python program to read a text file and count the number of words in it.
1.4 : Python Data Structures
1. Lists and Tuples:
1. Write a Python program to find the second largest number in a list.
2. Write a Python program to merge two tuples into a dictionary.
2. Dictionaries and Sets: