1. Python program for n-th Fibonacci number using Recursion
2. Python function to reverse a string if its length is a multiple of 4
3. Combine list of tuples into a dictionary (sum duplicate keys)
4. Pair elements of two tuples into a list of tuples
5. Create a new tuple of words ending with letter “e”
6. Student class with pass/fail method
7. Count occurrences of each word in a sentence
8. Use filter() and lambda to extract numbers divisible by 10
9. Function to find the maximum number in a list
10. Inheritance: Employee and SalesEmployee classes