0% found this document useful (0 votes)
3 views

class X practise programs

The document lists a series of advanced Python programming experiments for Class X students. Each experiment involves writing specific programs that cover various programming concepts, including conditionals, loops, and NumPy operations. The mode of conduction for all experiments is individual.

Uploaded by

Sparsh Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

class X practise programs

The document lists a series of advanced Python programming experiments for Class X students. Each experiment involves writing specific programs that cover various programming concepts, including conditionals, loops, and NumPy operations. The mode of conduction for all experiments is individual.

Uploaded by

Sparsh Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

S.No.

1
2

3
4
5
6
i)

ii)

iii)

8
9
10
11

12
13
14
15
16
17
18

19
20

21
22

23
24
List of Experiments
CLASS - X
List of Experiments

ADVANCED PYTHON PROGRAMMING


Write a program to compute the net run rate.
Write a program to check whether the given character is an uppercase letter or lowercase letter or a digit or a
special character.
Write a program to find the maximum number out of the given three numbers.
Write a program to check whether the entered number is Armstrong or not.
Write a program to print a multiplication table of the entered number.
Write a program to generate the following pattern:
*****
****
***
**
*
*
**
***
****
*****
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15
Write a program to generate the following pattern:
11 12 13 14 15
7 8 9 10
4 5 6
2 3
1
Write a program to create a list of students’ marks with user-defined values and find the maximum.
Wite a program in python to check whether the year is leap year or not
Write a program in python to display only odd numbers between 1 to 20 using the loop.
Write a program in python to dispaly only even numbers between 1 to 30 using the loop.
Write a program in python to accept an alphabet and check whether it is a vowel or a consonant
Program must display a message for the same.
Write a program in python to count number of digit in a given number.
Write a program to construct a calculator using all the arithmetic operator.
Write a python program to input a string and display it in reverse order.
Write a program to take input of a number n and display its factorial.
Write a program to input three sides of a triangle and display whether a triangle can be formed with input or
not .
Write a program to input whether the number is palindrome or not.
Write a program in python to input two numbers and swap both the numbers without using the
third number
Write a program to create a list of numbers and swap the content with the next value divisible by 5.
For example: list = [4,25,31,7,35,44,55] Output: [25,4,31,35,7,55,44]
Write a program to create a 2D array using NumPy.
Write a program to convert a python list to a NumPy array.
Using NumPy Package:
a) Create a 4 X 2 array with random integer.
B) Create a 3 X 3 array with all zeroes
Using NumPy package, create an array of 5 marks and display average of all marks.
Mode of
Conduction

Individual
Individual

Individual
Individual
Individual
Individual

Individual

Individual
Individual
Individual
Individual
Individual

Individual
Individual
Individual
Individual
Individual

Individual
Individual

Individual

Individual
Individual
Individual

Individual

You might also like