An empty line is a blank line that is composed of spaces, tab spaces. In this tutorial, you will be learning how to print an empty line in Python programming language, Python provi.... Read More
In this article, we will learn what is a contact form and how we can implement it using PHP. It requires an HTML page to get the data. So we will cover this article in 3 steps- Cre.... Read More
In this tutorial, I am going to tell you about the calendar module in Python. It is a built-in module of python. Python provides a calendar module to display the calendar. To use i.... Read More
In this tutorial, you are going to learn about the file handling of python. Using file handling, we can store data permanently in your hard disk. There are two types of file: Text .... Read More
In this tutorial, you are going to learn about the inbuilt functions of the time module in Python. This module provides various functions to manipulate the time values. Different f.... Read More
In this tutorial, you are going to learn about the counter in Python. It is a class of collection module of Python. Collection module is a special container that contains datatypes.... Read More
Hey guys! The topic for today is finding out if a number is a Kaprekar number or not in Java. So what is a Kaprekar number? Kaprekar Number in Java When you square a number, then s.... Read More
In this tutorial, you are going to learn about the math module of python. Math module is a built-in module of python. This module helps us to do mathematical computation by importi.... Read More