0% found this document useful (0 votes)
7 views3 pages

Python Programming Exercises List

The document outlines a series of Python programming exercises. These exercises include tasks such as interchanging variable values, temperature conversion, calculating area and perimeter of shapes, and checking number properties. Each task is designed to practice basic programming concepts and control structures in Python.

Uploaded by

mdtabsheeralam
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)
7 views3 pages

Python Programming Exercises List

The document outlines a series of Python programming exercises. These exercises include tasks such as interchanging variable values, temperature conversion, calculating area and perimeter of shapes, and checking number properties. Each task is designed to practice basic programming concepts and control structures in Python.

Uploaded by

mdtabsheeralam
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

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.

You might also like