0% found this document useful (0 votes)
9 views10 pages

Python Programs

The document contains a list of Python programming exercises that require user input and output. Each exercise focuses on different mathematical or data handling tasks, such as adding, multiplying numbers, calculating averages, and finding areas and volumes. The document serves as a guide for practicing basic Python programming skills.

Uploaded by

rachnakakkar1978
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views10 pages

Python Programs

The document contains a list of Python programming exercises that require user input and output. Each exercise focuses on different mathematical or data handling tasks, such as adding, multiplying numbers, calculating averages, and finding areas and volumes. The document serves as a guide for practicing basic Python programming skills.

Uploaded by

rachnakakkar1978
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Python Programs

1) Write a python program add three numbers with user input.

Input

Output
2) Write a python program to multiply three numbers.

Input

Output
3) Write a python program to find the average of three numbers

Input

Output
4) Write a python program that asks a user to input their name, class and age and print the result.

Input

Output
5) Write a python program to find area and circumference of circle.

Input

Output
6) Write a python program to find area and perimeter of rectangle.

Input

Output
7) Write a python program to find volume and surface area of cylinder.

Input

Output
8) Write a python program to calculate simple interest

Input

Output
9) Write a python program to convert meter to centimetre

Input

Output
10) Write a python program to calculate the CGPA percentage

Input

Output

You might also like