Python Program
Basic
Write a Python program to print an integer
Addition
Python program to the sum of two number
Python program to add two numbers using the function
Python program to addition Subtraction Multiplication and Division
Python program to calculate sum of odd and even numbers
Python program to calculate sum of odd and even numbers in a list
Python program to find sum of two numbers using recursion
Python program to calculate sum of natural numbers
Python program to find sum of natural numbers using recursion
Python program to compute the sum of digits in a given number
Python program to add two numbers using without Arithmetic operator
Multiplication
Python program to display the multiplication table
Python program to multiply two numbers
Python program to multiply two numbers using the function
Find the product of two numbers using recursion in Python
Python program to multiply two numbers without using arithmetic operators
Find elements
- Python program to find middle number among three numbers
- Python program to find the largest number among the three numbers
- Python program: find the greatest of three numbers using the function
- Python program to find largest and smallest elements in a list
- Python program to find the smallest of three numbers
- Python program to find the smallest of three numbers using the function
- Python program to find the sum of elements in a list
- Python program to find Average of numbers in a list
- Python program to find the factorial of a number
- Python program to find the factorial of a number using recursion
- Python program to find factorial of a number using the function
Calculations
- Python program to calculate electricity bill
- Calculate electricity power: Python program using the function
Check value
- Python program check whether a number is odd or even
- Python program to check a number is even or odd using the function
- Python program to display even and odd numbers without if
- Python program to display even and odd number in the given range
- Separate odd and even numbers in a list to different two list
- Python Program to find odd and even numbers from a list
- Python program to check odd and even numbers using recursion
- Python program to display all odd and even numbers 1 to n with label
- Python program to check whether a number is positive or negative or zero
- Example python program to check prime number
- 4 ways to check whether a given integer is even or odd
Alphabets
Python program for count upper or lowercase letter in the given string
Python program to print all uppercase or lowercase letters
Python check whether the given Alphabet is upper case or lower case
Python program to count vowel or consonant of the given string
Python program to display all Alphabets using ASCII value
Python code to check whether a character is a vowel or consonant
Python code to check whether a character is an Alphabet or not
String
Python program reverse a given string
Python program to count the total number of character including of the given string
Python program to count the total number of character of the given string
Python program to count the total number of words of the given string