0% found this document useful (0 votes)
3 views12 pages

X Practical

The document contains a list of Python programs that cover various mathematical and list operations. These include finding roots of quadratic equations, generating Fibonacci series, calculating GCD and LCM, checking for prime numbers, and performing operations on lists such as adding, deleting, and displaying elements. Each program serves a specific function related to basic programming and mathematics.
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)
3 views12 pages

X Practical

The document contains a list of Python programs that cover various mathematical and list operations. These include finding roots of quadratic equations, generating Fibonacci series, calculating GCD and LCM, checking for prime numbers, and performing operations on lists such as adding, deleting, and displaying elements. Each program serves a specific function related to basic programming and mathematics.
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
You are on page 1/ 12

1. Python program to find and display roots of a quadratic equation.

2. Python program to generate Fibonacci series.


3. Python program to find and display GCD(HCF) and LCM of two positive numbers.
4. Python program to check whether given number is Prime or Not.
5. Python program to calculate nCr
6. Python program to count odd and even integers.
7. Python program to find sum of odd and even integers.
8. Python Program to find Maximum integer in a list of integers.
9. Python Program to find Minimum integer in a list of integers.
10. Python program to use List finctions
a. Adding Elements in the List
b. Deleting elements from the list
c. To display
maximum,
minimum, sum
and arranging
elements in
order.

You might also like