0% found this document useful (0 votes)
1 views1 page

Python Imp

The document lists a series of programming tasks in Python, covering a wide range of topics including prime number generation, Fibonacci series, string manipulation, functional programming, data structures like lists and dictionaries, and object-oriented programming concepts such as classes and inheritance. Each task is designed to demonstrate specific programming concepts and techniques. The tasks also include examples of recursion, exception handling, and mathematical computations.

Uploaded by

jack762062
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views1 page

Python Imp

The document lists a series of programming tasks in Python, covering a wide range of topics including prime number generation, Fibonacci series, string manipulation, functional programming, data structures like lists and dictionaries, and object-oriented programming concepts such as classes and inheritance. Each task is designed to demonstrate specific programming concepts and techniques. The tasks also include examples of recursion, exception handling, and mathematical computations.

Uploaded by

jack762062
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like