ragh
ragh
Class- 10th – I
Teacher’s signaTure
1
S.No. Date Title Page Teacher
No. ’s sign
1 10/11/24 WRITE A PROGRAM TO 3
ADD THE ELEMET OF THE
TWO LISTS
2 10/11/24 WRITE A PROGRAM TO 4
CALCULATE MEAN,
MEDIAN AND MODE
USING NUMPY
3 10/11/24 Write a program to 5
display line chart y=2x
4 10/11/24 Python program to print 6
all the even numbers
within the given range.
5 10/11/24 Write a program to accept 7
percentage from the user
and display the grade
according to the following
criteria:
6 10/11/24 Create a simple calculator 8
that takes two numbers
and an operator (+, -, *, /)
as input, then performs
the operation and prints
the result.
7 10/11/24 Write a Python program to 9
get the volume of a
sphere with radius six.
8 12/11/24 Write a Python program 10
that calculates the area of
a circle based on the
radius entered by the
user.
9 12/11/24 Write a program to 11
swapping the variables.
10 12/11/24 Write a program to print 12
the table of 5 using for
loop.
11 12/11/24 Write a program to check 13
the year is a leap year?
12 12/11/24 To check whether a 14
number is prime or not?
13 12/11/24 Check if he user is eligible 15
for driving license.
2
PYTHON PROGRAMS
3
➢ WRITE A PROGRAM TO CALCULATE MEAN, MEDIAN AND
MODE USING NUMPY
4
➢ Write a program to display line chart y=2x.
5
➢ Python program to print all the even numbers
within the given range.
6
➢ Write a program to accept percentage from the user
and display the grade according to the following
criteria:
Marks Grade
>90 A
>80 and <=90 B
>=60 AND <=80 C
Below 60 D
7
➢ Create a simple calculator that takes two numbers
and an operator (+, -, *, /) as input, then performs the
operation and prints the result.
8
➢ Write a Python program to get the volume of a
sphere with radius six.
9
➢ Write a Python program that calculates the area
of a circle based on the radius entered by the user.
10
➢ Write a program to swapping the variables.
11
➢ Write a program to print the table of 5 using for
loop.
12
➢ Write a program to check the year is a leap year?
13
➢ To check whether a number is prime or not?
14
➢ Check if he user is eligible for driving license.
15
16