All Tech at one spot
The Best Collection place for gaining power of knowledge, skills and new opportunities.
1.Write a Python program to enter two numbers and find their sum.
2.Write a Python program to enter two numbers and perform all arithmetic operations.
3.Write a Python program to enter len and bre of a rectangle and find its perimeter.
4.Write a Python program to enter length and breadth of a rectangle and find its area.
5.Write a Python program to enter radius of a circle & find its diameter circumference & area.
6. Write a Python program to enter length in centimeter & convert it into meter & kilometer.
7.Write a Python program to enter temperature in Celsius and convert it into Fahrenheit.
8.Write a Python program to enter temperature in Fahrenheit and convert to Celsius
9.Write a Python program to convert days into years, weeks and days.
10.Write a Python program to find power of any number x ^ y.
11.Write a Python program to enter any number and calculate its square root.
12. Write a Python program to enter two angles of a triangle and find the third angle.
13.Write a Python program to enter base and height of a triangle and find its area.
14.Write a Python program to enter P, T, R and calculate Simple Interest.
15.Write a Python program to Swap between two number in Python.
16.Write a Python program to enter marks of five subjects and calculate total and average.
17.Write a Python program to calculate Compound Interest in Python