Python program to check whether a character is an Alphabets or Not In this article, we will discuss the concept of Python program to check whether a character is an Alphabets or Not In this post, we are going to learn how to write a program to check whether given character is English alphabet or not …
Category: Python
Python program to Find Smallest of three numbers
Python program to Find Smallest of three numbers In this article, we will discuss the concept of Python program to Find Smallest of three numbers In this post, we are going to learn how to write a program to find smallest number out of three numbers using different methods in Python program. Code to find…
Python program to Find Largest of three numbers
Python program to Find Largest of three numbers In this article, we will discuss the concept of Python program to Find Largest of three numbers In this post, we are going to learn how to write a program to find largest number out of three numbers using different methods in Python program. Code to find…
Python code to find middle numbers out of three
Python code to find middle numbers out of three numbers In this article, we will discuss the concept of Python code to find middle numbers out of three numbers In this post, we are going to learn how to write a program to find middle number out of three numbers using different methods in Python…
Find product of two floating point numbers in Python
Find product of two floating point numbers in Python In this article, we will discuss the concept of Find product of two floating point numbers in Python In this post, we are going to learn how to write a program to calculate product of two floating point numbers using different methods in Python program. Code to…
Python program to calculate sum of prime numbers between 1 to n
Python program to calculate sum of prime numbers between 1 to n In this article, we will discuss the concept of Python program to calculate sum of prime numbers between 1 to n In this code, we are going to learn how to find sum of prime numbers 1 to n using different methods in Python…
Python code to calculate Electricity bill | Python example
Python code to calculate Electricity bill | Python example In this article, we will discuss the concept of Python code to calculate Electricity bill In this program, we are going to learn how to calculate electricity bill using different methods in Python language. This is done using if else if , function in Python language Program…
Python Code to Display all prime numbers in an interval
Python Code to Display all prime numbers in an interval In this article, we will discuss the concept of Python Code to Display all prime numbers in an interval In this program, we are going to learn how to write the code to display all prime numbers between two intervals using different methods in Python language….
Python program to check Leap Year|Python language
Python program to check Leap Year|Python language In this article, we will discuss the concept of Python program to check Leap Year|Python language In this Program, we are going to learn how to make sure the given year whether leap year or not using different methods in Python language. This is done using if-else ,…
Code to display prime numbers from 1 to 100 or 1 to n in Python
Code to display prime numbers from 1 to 100 or 1 to n in Python In this article, we will discuss the concept of Code to display prime numbers from 1 to 100 or 1 to n in Python In this code, we are going to learn how to print prime number from 1 to 100…