Tag Archives: Python language
- Home
- Posts Tagged "Python language" (Page 3)
- On
- By
- 0 Comment
- Categories: Calculations
Python program to subtract two number using Function
Python program to subtract two number using Function In this tutorial, we will discuss the Python program to subtract two number using Function In this topic, we are going to learn how to subtract two numbers (integer, floating point) using the function in Python language already we are learned the same concept using the operator if…
Read More- On
- By
- 1 Comment
- Categories: Calculations
Subtract two numbers in Python programming
Subtract two numbers in Python programming In this article, we will discuss the concept of the Subtract two numbers in Python programming In this post, we are going to learn how to write a program find the subtraction of two numbers in Python programming language Code to find the subtraction of two numbers Subtract given…
Read MorePython program to Count words, characters and space of a string
Python program to count words, characters and space of a string In this article, we will discuss the concept of the Python program to Count words, character and Space in a string In this post, we are going to learn how to count words, character and space of the given String in Python programming language…
Read MoreCode to Count Alphabets, Numeric, Special character and Space in a string in Python
Code to Count Alphabets, Numeric, Special character and Space in a string In this article, we will discuss the concept of the Code to Count Alphabets, Numeric, Special character and Space in a string In this post, we are going to learn how to count Alphabets, Numeric, Special character and space of the given String…
Read MoreProgram to count the total number of characters in the given string with space in Python
Program to count the total number of characters in the given string in Python In this article, we will discuss the concept of the Program to count the total number of characters including space of the given string in Python In this post, we are going to learn how to count the total number of…
Read MorePython program to reverse the given number
Python program to reverse the given number In this article, we will discuss the concept of the Python program to reverse the given number In this post, we are going to learn how to find reverse of the given number in Python programming language Code to reverse a number using the loop The program allows…
Read MorePython program to count the total number of characters in the given string
Python program to count the total number of characters in the given string In this article, we will discuss the concept of Python program to count the total number of characters in the given string In this post, we are going to learn how to count the total number of characters in the given string…
Read More- On
- By
- 0 Comment
- Categories: Alphabet, Check value
Python code to check whether a character is vowel or consonant
Python code to check whether a character is a vowel or consonant In this article, we will discuss the concept of Python code to check whether a character is a vowel or consonant In this post, we are going to learn how to find whether the given alphabet is vowel or consonant in Python language…
Read More- On
- By
- 0 Comment
- Categories: Alphabet, Check value
Python programming code to check whether the character is Alphabet or not
Python programming code to check whether the character is Alphabet or not In this post, we will discuss the concept of Python programming code to check whether the character is Alphabet or not Here, we are going to learn how to find whether the given character is Alphabet or not in Python programming language …
Read More- On
- By
- 0 Comment
- Categories: Check value
Example for Python program to check Prime number
Example for Python program to check Prime number In this tutorial, we will discuss the concept of the Example to Python program to check the Prime number In this post, we are going to learn how to check a number is prime or not using for and while loop in Python programming language : …
Read More