Articles in this series
In this tutorial, we will learn about how to concatenate two dictionaries into one dictionary. Explanation ✏ First, we need to create two...
In this tutorial, we will learn how to reverse a number in python. Explanation ✏ First of all, let's take input from the user for eg 1326 Then we...
In this tutorial, we will learn How to square the elements of a list in Python. Explanation ✏ First, create a list of n numbers Then, create another...
In this tutorial, we will learn how to shorten a URL using pyshorteners. Explanation ✏ First, we need to install pyshorteners command: pip install...
In this tutorial, we will learn how to print the ASCII value of a character Explanation ✏ First, We need to take input from the user Now with the...
In this tutorial, we will learn how to split the even and odd numbers into two different lists. The first list is used to separate even numbers and...