Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Ques1) Write python code to obtain two

numbers from the user and then display


their sum and average.
Ques 2) Write a python programme to
obtain marks of the student in his five
subjects and then display total marks and
percentage.
Ques3) Write a python code to obtain the
length and breadth of the rectangle and
then calculate its area and perimeter.
Ques4) Write a program to obtain the
diameter of a circle and then calculate its
area and circumference.
Ques5) Write a python code to obtain a
number from the user and then display the
next four consecutive multiples of this
number.

You might also like