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: