0% found this document useful (0 votes)
72 views12 pages

Chameli Devi Public School Python Projects

This document is a collection of Python programming exercises for 11th-grade students at Chameli Devi Public School for the 2020-21 session. It includes ten questions covering various topics such as geometry, averages, interest calculations, and number properties. Each question is accompanied by a prompt for coding and expected output.

Uploaded by

Milan Agrawal
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)
72 views12 pages

Chameli Devi Public School Python Projects

This document is a collection of Python programming exercises for 11th-grade students at Chameli Devi Public School for the 2020-21 session. It includes ten questions covering various topics such as geometry, averages, interest calculations, and number properties. Each question is accompanied by a prompt for coding and expected output.

Uploaded by

Milan Agrawal
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

Chameli Devi Public

School

Session: 2020-21
Information Practices
Submitted by: Submitted to:
Milan Agrawal Rajesh Pushpad Sir
Class: 11th C
CONTENTS:

Q No. Question PG. No.


1 Circle
2 Average of marks of sub.
3 SI & CI
4 Profit & Loss
5 Odd or Even
6 Largest Integer
7 Calculator
8 Triangle
9 Odd Numbers
10 Sum of numbers
1. Write a Python program that accepts
radius of a circle and prints its area and
circumference.
Codes:

Output:
2. Write a Python program that accepts
marks in 5 Subjects & outputs average
marks.
Codes:

Output:
3. Write a Python program to calculate
Simple interest & Compound Interest.
Codes:

Output:
4. Write a Python program to input cost
price, selling price and print the profit /
loss earned.
Codes:

Output:
5. Write a Python program that takes a
number and checks whether the given
number is odd or even.
Codes:

Output:
6. Write a Python program to input three
integers and print the largest of the three.
Codes:

Output:
7. Write a Python program that reads two
numbers and an arithmetic operator and
displays the compound result.
Codes:

Output:
8. Write a Python program to input length
of three sides of a triangle. Then check if
these sides will form a triangle or not.
Codes:

Output:
9. Write a Python program to print first n
odd numbers in descending order.
Codes:

Output:
10. Write a Python program to input n as
number of terms and display sum of first
n natural numbers.
Codes:

Output:

You might also like