PROGRAMS ON PYTHON
1. Write a python script to interchange the value of two variables using a
3rd variable.
2. Write a python script to interchange the value of two variables without
using a 3rd variable.
3. Write a python script to input temperature in Fahrenheit Scale and
convert it to Celcius and Kelvin Scale.
4. Write a python script to input the radius of a circle and compute and print is
area and Circumference.
5. Write a python script to input the length and breadth of a rectangle and
calculate its Area and Perimeter.
6. Write a python script to input a number and check it is odd or even.
7. WAP in python script to input a number and check it is positive or negative or
zero.
8. Write a python script to input an age of a person and check whether he/she is
eligible to vote.
9. Write a python script to input two numbers and display the greater of them.
10. Write a python script to input an age and check whether he/she is teenager
or not.