How to print an empty line in Python

By Abishek Arvind

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

Create a simple contact form in PHP with MySQL

By Ujwal Kumar Sahoo

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

Calendar module in Python

By Apoorva Gupta

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

Introduction to file handling of python

By Apoorva Gupta

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

Time module in Python

By Apoorva Gupta

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

Counter in Python

By Apoorva Gupta

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

Finding out a Kaprekar number in Java

By Kollabathula Preetham

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

Math module of Python

By Apoorva Gupta

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

Related Posts