0% found this document useful (0 votes)
14 views2 pages

Class 10 Python Programs

This document is a practice set for Class 10 Python programs, listing 26 programming tasks. The tasks include basic arithmetic operations, string manipulations, and mathematical calculations. It serves as a guide for students to enhance their Python programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Class 10 Python Programs

This document is a practice set for Class 10 Python programs, listing 26 programming tasks. The tasks include basic arithmetic operations, string manipulations, and mathematical calculations. It serves as a guide for students to enhance their Python programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Class 10 Python Programs - Practice Set

1. Add Two Numbers

2. Subtract Two Numbers

3. Multiply Two Numbers

4. Divide Two Numbers

5. Calculate Square and Cube of a Number

6. Check if a Number is Even or Odd

7. Find the Greatest of Three Numbers

8. Check if a Year is a Leap Year

9. Determine if a Character is a Vowel or Consonant

10. Print Numbers from 1 to N

11. Calculate Factorial of a Number

12. Generate Multiplication Table

13. Sum of N Natural Numbers

14. Print Fibonacci Series up to N Terms

15. Count Vowels in a String

16. Check if a String is a Palindrome

17. Reverse a String

18. Count the Number of Words in a String

19. Find the Largest Element in a List

20. Sort a List in Ascending Order

21. Remove Duplicates from a List

22. Merge Two Lists

23. Check if a Number is Prime

24. Calculate the Area and Perimeter of a Circle


25. Convert Celsius to Fahrenheit and Vice Versa

26. Simple Calculator Using Functions

You might also like