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

Essential Python Programming Tasks

The document lists various programming tasks and functions, including basic arithmetic operations, string manipulations, and matrix operations. It covers tasks such as finding roots of quadratic equations, generating Fibonacci series, and checking for prime numbers. Additionally, it includes functionalities for calculating areas and verifying properties of numbers like palindromes and Armstrong numbers.

Uploaded by

idea lab
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Essential Python Programming Tasks

The document lists various programming tasks and functions, including basic arithmetic operations, string manipulations, and matrix operations. It covers tasks such as finding roots of quadratic equations, generating Fibonacci series, and checking for prime numbers. Additionally, it includes functionalities for calculating areas and verifying properties of numbers like palindromes and Armstrong numbers.

Uploaded by

idea lab
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

[Link] add numbers.

[Link] print your name, address,roll no,branch.

[Link] find roots of a quadratic equation

[Link] find the biggest of three.

[Link] calculate area& perimeter of a circle,square,rectangle.

[Link] print Fibonacci series.

[Link] find factorial of a given number.

[Link] print the reverse of a number.

[Link] whether the given number is palindrome or not!

[Link] whether the given number is Armstrong number or not.

[Link] print the multiplication table of a given numer.

[Link] or consonant.

[Link] calculator.

[Link] or odf number.

[Link] print prime numbers in a range.

[Link] the numbers in an array and print them.

[Link] add to matrices.

[Link] of two matrices.

[Link] multiplication.

[Link] of two nubers.

[Link] the given string.

[Link] the length of the string,compare two strings,copy one string to another string.

You might also like