ASTER PUBLC SCHOOL GREATER NOIDA
PRACTICAL PROGRAMS RELATED TO PYTHON
CLASS IX AI-417
1. Write a python program to print 5 lines about yourself using print() function.
2. Write a program in python to calculate area and perimeter of a rectangle.
3. Write a program to calculate energy using this formula: energy = mgh
4. Write a program to calculate distance using this formula: distance = ut+1/2at2
5. Write a program in python to calculate Simple Interest.
6. Write a program in python to check whether the given number is odd or even.
7. Write a program in python to check whether the given number is positive,
negative or zero.
8. Write a program in python to show whether the person is eligible for voting or
not.
9. Write a Python program to swap two variables.
10. Write a program in python to convert Celsius to Fahrenheit.
11. If a, b, c are the three sides of a triangle, then write a program in python to
calculate area of a triangle?
12. Write a program in python to calculate area of a circle.
13. Write a program in python to find the largest number among the three input
numbers.
14. Write a program in python to check whether the given character is vowel or
consonant.
15. Write a program in python to enter the number from the user end and to check
whether the number is divisible by 3 and multiple of 5.