basic python exercises
basic python exercises
2. Write a python program to enter two numbers and find their sum.
3. Write a python program to enter two numbers and perform all arithmetic operations.
4. Write a python program to enter length and breadth of a rectangle and find its perimeter.
5. Write a python program to enter length and breadth of a rectangle and find its area.
6. Write a python program to enter radius of a circle and find its diameter, circumference
and area.
7. Write a python program to enter length in centimeter and convert it into meter and
kilometer.
8. Write a python program to enter temperature in Celsius and convert it into Fahrenheit.
10. Write a python program to convert days into years, weeks and days.
12. Write a python program to enter any number and calculate its square root.
13. Write a python program to enter two angles of a triangle and find the third angle.
14. Write a python program to enter base and height of a triangle and find its area.
16. Write a python program to enter marks of five subjects and calculate total, average and
percentage.