Program to Check Vowel or Consonant Using Switch Case
Problem Statement Here, we have a problem statement where we need to write a script or pro…
Python strptime() - string to datetime object
In this tutorial, we will discuss how we can use a string to make a datetime object. Python strp…
How to Get Current Date and Time in Python
This tutorial will discuss how to use the datetime module to get the current date and time. We will…
Python datetime and pytz module with Examples
In this tutorial, we will discuss the Python datetime module and learn how to deal with date and ti…
Python Datetime Strftime() - Datetime to String Tutorial
In this tutorial, we will discuss how to change the formatting of default datetime objects and how …
How to Become a Python Developer
Python is a trending and in-demand programming language in the computer science community. Dues to …
Program to Check Whether the Year is a Leap or Not [C, C++, Python & Java]
This tutorial will help you learn to write a program in C, C++, Python, and Java to check whether a…
Program to Check Whether a Given Character is an Alphabet, Digit or Any Special Character
Problem Statement We need to write a script or program that checks whether the user-entered char…
Program to Convert Fahrenheit into Celsius [C, C++, Python & Java]
In this tutorial, we will learn to write a program in C, C++, Python, and Java to convert Fahrenhei…
Program to Check Whether a Number is Even or Odd [C, C++, Python & Java]
This tutorial will help you write a program in C, C++, Python, and Java to check whether a user-ent…
Write a program to swap two numbers
Problem Statement We have given two numbers num_1 and num_2, which are the two integer number va…
C++ and Python Program to Find the Root of Quadratic Equation
Here in this program, we will compute the 2 possible roots of a quadratic equation represented as a…