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

Python Programs List For Practical File

The document lists 40 Python programs designed for Class IX practicals, covering various mathematical and logical operations. Programs include calculations for areas, volumes, interest, and conversions, as well as checks for number properties and string manipulations. It serves as a comprehensive guide for students to practice fundamental programming concepts.

Uploaded by

533raghav
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)
9 views1 page

Python Programs List For Practical File

The document lists 40 Python programs designed for Class IX practicals, covering various mathematical and logical operations. Programs include calculations for areas, volumes, interest, and conversions, as well as checks for number properties and string manipulations. It serves as a comprehensive guide for students to practice fundamental programming concepts.

Uploaded by

533raghav
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/ 1

PYTHON PROGRAMS LIST FOR PRACTICAL FILE

CLASS - IX
1. Program to find Area of square
2. Program to find Area of rectangle
3. Program to find Area of circle
4. Program to find Perimeter of rectangle
5. Program to find Perimeter of square
6. Program to find Circumference of circle
7. Program to find Volume of cube
8. Program to find Volume of cuboid
9. Program to find Volume of cone
10. Program to find Volume of hemisphere
11. Program to enter CP and SP and calculate Profit or loss
12. Program to enter marks of 5 subjects and calculate total and percentage and display both
13. Program to calculate Simple interest and display SI and total amount.
14. Program to enter a year and print whether it is leap year or not.
15. Program to convert days into years, months and number of days
16. Program to print area of scalene triangle (Heron’s formula)
17. Program to enter three sides of triangle and check whether triangle is possible. If yes, then
display its type (Equilateral, Isosceles, Scalene) else print Triangle not possible
18. Program to calculate speed, distance and time by inputting required values accordingly
19. Program to input time in minutes and convert it to hours and remaining in minutes
20. Program to accept two numbers and calculate their exponent
21. Program to convert Celsius to Fahrenheit and Fahrenheit to Celsius
22. Program to swap two values using 3rd variable
23. Program to swap two values without using 3rd variable
24. Program to check divisibility of a number
25. Program to print whether a number is odd or even number
26. Program to input a number and tell whether a number is zero, positive or negative number
27. Program to enter two numbers as angles and check whether it is complementary or
supplementary
28. Program to print table of a number
29. Program to input a number and print its factors
30. Program to print largest among three numbers
31. Program to read two numbers and an operator and display the result
32. Program to accept a character and tell whether it is vowel or consonant
33. Program to accept a character and check and display if it is lowercase, uppercase, digit or special
character.
34. Program to check if a number is divisible by 3 and 5
35. Program to check is string is empty
36. Program to add a list of names from the user and also sort and reverse the list.
37. Program to display sum of 10 numbers entered by the user in the form of list.
38. Program to check if user entered number/string is palindrome or not
39. Program to input marks of 5 subjects and print Grades as per conditions
40. Program to generate random number of 5 digits

You might also like