0% found this document useful (0 votes)
37 views1 page

Python Revision Programs

Py

Uploaded by

16921.9b
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)
37 views1 page

Python Revision Programs

Py

Uploaded by

16921.9b
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

BISHOP COTTON BOYS’ SCHOOL, BENGALURU

FIRST TERM UNIT TEST: JULY 2024


SUBJECT: ROBOTICS & AI
REVISION - Programs – STD 9

I. Write the following python programs:


(i) Write a program in python to calculate and display the area of a square. (area
= side2)
(ii) Write a program in python to find and display the loss occurred, when the
cost price of the item is Rs.300 and the selling price of the item is Rs. 250.
(iii) Write a program in python to display your name and your school’s name in
two different lines.
(iv) Write a program in python to input the base and height of a triangle. Calculate
and print the area of a triangle. (1/2 x base x height).
(v) A mega mart shopping mall sells clothing, Anil bought 5 shirts of Rs. 300
each. Write a program in python to calculate and print the total money he
needs to pay to the shopkeeper.
(vi) Write a program in python to assign the fractional numbers 5.5 and 3.5 to X
and Y. Compute their sum and product.
(vii) Write a program in python to input two numbers and print their quotient
and remainder.
(viii) Write a program in python to find the cube of a number
(ix) Write a program in python to accept the principal, rate and time from the
user. Find and display the simple interest and the amount.
𝑃𝑟𝑖𝑛𝑐𝑖𝑝𝑎𝑙 ×𝑅𝑎𝑡𝑒 ×𝑇𝑖𝑚𝑒
( 𝑆𝑖𝑚𝑝𝑙𝑒 𝐼𝑛𝑡𝑒𝑟𝑒𝑠𝑡 = 100
)
(x) Write a program in python to find the area and circumference of a circle by
taking radius as the input.
(Area = π x radius2, Circumference = 2 x π x radius)

You might also like