1.
Write a program to find all prime numbers within a given range
2. Write a program to print "n" terms of Fibonacci Series using Iteration
3. Write a program to demonstrate the use of slicing in string.
4. Write a Program related to Functions & Modules.
5. Write a program that demonstrate concept of Functional Programming.
6. Write a program to demonstrate the use of list & related functions.
7. Write a program to demonstrate the use of Dictionary & related functions.
8. Write a program to demonstrate the use of Tuple.
9. Write a program to demonstrate Regular Expression in Python
10. Write a program to demonstrate the working of Class and Objects.
11. Write a program to demonstrate the working of Inheritance.
12. Write a program to demonstrate the working of Overloading Methods.
13. Write a program to demonstrate Exception Handling Mechanism.
14. Write a Program in Python to check if a string is palindrome or not.
15. Write a Program in Python to calculate Sum of number digits in List.
16. Write a Program in Python to Find the size of a Tuple.
17. Write a Program in Python to find largest number in a list.
18. Write a Program in Python to Check if a Number is Odd or Even.
19. Write a Program in Python to Find the Sum of Natural Numbers in given range
20. Write a Program in Python to Convert Decimal to Binary Using Recursion.
21. Write a Program in Python to Calculate the Area of a Triangle
22. Write a Program in Python to Find Factorial of Number Using Recursion.
23. Write a Program in Python to Swap Two Variables.
24. Write a Program in Python for factorial of a number.
25. Write a Program in Python Find Maximum of two numbers.
26. Write a Program in Python Reverse Words in a Given String.
27. Write a Program in Python to find GCD (HCF) of two numbers.
28. Write a Program in Python to find LCM of two numbers.