- On
- By
- 0 Comment
- Categories: Calculations, Python basic
Python exercise to Divide of two integer numbers
Python exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of Python exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in Python language What is division The division is a method of…
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: Basic, Python basic
Write a Python program to print an integer
Write a Python program to print an integer In this tutorial, we will discuss a simple concept of Write a Python program to print an integer In this post, we are going to learn about how to print a integer number entered by user in C programming language Program 1 #Python program to print an…
Read More- On
- By
- 2 Comments
- Categories: Basic, Python basic
Introduction of Python programming language
Introduction of Python programming language In tis tutorial we will learn about Introduction of Python programming language Python is a high level programming language which supports object oriented programming concept. It was created in 1981 by Guido van Rossum. Python is easy to learn and very easy to syntax, debug and code etc. Installing…
Read More- On
- By
- 0 Comment
- Categories: Basic, Python basic
Hello world program in Python programming language
Hello world program in Python programming language In this tutorial, we will learn about the Hello world program in the Python programming language. When you are new to the Python language, I say you can write a simple one-line program and run as soon as possible without any Python knowledge. Hello world is a simple program…
Read More- On
- By
- 0 Comment
- Categories: keyword, Python basic
Keywords in Python programming language
Keywords in Python programming language In this tutorial, we will discuss Keywords in Python programming language. Key words are the reserved words in Python language Python is not allow use a keyword as a variable name or function name or any other identifier and – The and keyword is used when all condition of boolean expression…
Read More