Tag Archives: Python language
- Home
- Posts Tagged "Python language" (Page 5)
- On
- By
- 0 Comment
- Categories: Find elements
Separate odd and even number in a list to different two list
Separate odd and even numbers in a list into two different lists: In this tutorial, we will discuss about separating odd and even numbers in a list into two different list. When you divide a number by two and if the balance is zero, it is an even number. When a number is divided by…
Read More- On
- By
- 2 Comments
- Categories: Find elements
Python program to calculate sum of odd and even numbers
Python program to calculate sum of odd and even numbers In this tutorial, we will discuss The Python program to calculate sum of odd and even numbers In this article, we are going to learn the concept of how to calculate the sum of odd and even numbers in the Python language What is…
Read More- On
- By
- 0 Comment
- Categories: Find elements
program to display even and odd number in the given range
Program to display even and odd number in the given range In thid tutorial, we will discuss a concept of Python program to display even and odd number in the given range when you devide a number by two and if the balance is zero, it is an even number the odd number divided by…
Read More- On
- By
- 0 Comment
- Categories: Find elements
Python code to display even and odd number from 1 to n
Python code to display even and odd number from 1 to n In this tutorial, we discuss Python code to display even and number from 1 to n. Here, we show you, How to write a Python program to print Even and odd numbers using for loop and while loop. What is Even or…
Read More- On
- By
- 0 Comment
- Categories: Data types, Python basic, String
Python Programming language Data types
Python programming language Datatypes In this tutorial, we discuss the concept of Python programming language data types. The data type is an important concept in every language including python language. Python language has a variety of data types to manipulate the python program. The value of every python language is has a data type. In…
Read More- On
- By
- 0 Comment
- Categories: Find elements
Python program to find middle of three number using function
Python program to find middle of three number using function In this tutorial, We will discuss the concept of the Python program to find middle of three number using function This post describes how to find the middle number among three numbers using if elif statements in Python language There are many ways to find…
Read More- On
- By
- 1 Comment
- Categories: Find elements
Python program to find smallest of three numbers
Python program to find the smallest of three numbers In this tutorial, we will discuss a simple concept of the Python program to find the smallest of three numbers In this post, we will learn how to find the smallest number among three numbers in the Python programming language. Approaches Initially, the program will…
Read More- On
- By
- 0 Comment
- Categories: Find elements
Python program: find smallest of three numbers using the function
Python program: find smallest of three numbers using the function In this tutorial, we will discuss the concept of the Python program: find smallest of three numbers using the function In this post, we will learn how to find the smallest number of three numbers using a user-defined function in the Python programming language In…
Read More- On
- By
- 0 Comment
- Categories: Find elements
Python program:find greatest of three numbers using function
Python program:find the greatest of three numbers using the function In this tutorial, we will discuss the concept of the Python program:find the greatest of three numbers using the function In this post, we will learn how to find the greatest number of three numbers using a user-defined function in the Python programming language In…
Read More- On
- By
- 0 Comment
- Categories: Find elements
Program to display even and odd numbers without if
program to display even and odd numbers without if In this program, we will discuss the concept of program to display even and odd numbers without if statement in Python In this post, we are going to learn how to display even and odd numbers without using if statement in Python programming language. First, we…
Read More