In this article, we will learn about the Python ord() function and we will see the different examples of the ord() function ahead. ord is Read More…
Python set add() function
The set add() function of python is used to add a specified element into a set. As we know, sets in mathematics do not allow Read More…
How to use Decorators in Python
Decorators are a powerful and intriguing feature in Python. Decorators are used to changing how a function or class behaves. In Decorators, functions are passed Read More…
Python Program to Convert Kilometers to Miles in Python
In this article, we will see Python Program to convert Kilometer to miles and miles to kilometer (km). Miles and kilometers are two different units for Read More…
Pyramid Pattern Programs in JAVA
The pyramid pattern is one of the important topics for each programming language. In this article, we will cover seven important and basic Pyramid Pattern Read More…
Python Functions with Examples
Before learning a functions in python, you must be familiar with the scope of variable as it plays a significant role.Functions in Python is a Read More…
How to calculate execution time in Java
In this article, we will see how to calculate execution time in java. There is a need of calculating execution time in java especially when Read More…
JavaScript promises, async and await
In this article, we will learn about JavaScript promises, await, and async functions. If you donβt know the function in JavaScript then I suggest first Read More…
null vs undefined vs undeclared variable in JavaScript
In this article, we will discuss about the null vs undefined vs undeclared variable in JavaScript. Sometimes we see these three words in our output, Read More…