List of Python programs for Practice
1. Write a python Program to find FACTORIAL of a given number.
2. Write a python Program to check whether a year is LEAP YEAR or not.
3. Python program to check if the input number is odd or even.
4. Write a python Program to check whether a number is Prime or not.
5. Write a python Program to check whether a number is PALINDROME NUMBER
or not.
6. Write a python Program to find SUM OF CUBES OF N NATURAL NUMBERS
7. Write a python Program to check whether a number is PERFECT NUMBER or
not.
8. Write a python Program to find the PRIME NUMBERS IN THE GIVEN RANGE.
9. SUM OF SQUARES OF N NATURAL NUMBERS
[Link] a python Program to find Reverse a Number using while Loop.
[Link] a python Program to find Square Root of a Number.
[Link] a python Program to Swap Two Variables using Third Variable.
[Link] a python Program to Find Average of n Numbers using For Loop.
[Link] a python Program to Find Largest of 3 Numbers using nested if-else.
[Link] a python Program to Find Area of Triangle based on Base and Height.
[Link] a python Program to Find LCM of Two Numbers.
[Link] a python Program to Find HCF (GCD) of Two Numbers.
[Link] a python Program to Find Reverse a String.
[Link] a python Program to Print Fibonacci Series up to N Term.
[Link] a python Program to Check whether a number is Armstrong Number or
not.
[Link] a python Program to Find nPr (Permutation) of a number.
[Link] a python Program to Find nCr (Combination) of a number.