Actual use of Pre Tag in HTML with an example

By Ankit

In this tutorial, we will learn about Pre Tag in HTML. Its function is to keep the text format as it is. When CSS tags are applied to pre-tag, it gets changed. Syntax for Pre Tag: .... Read More

How to restart, shutdown or log out a computer through Python script

By Priya Bhowmick

Python is one of the languages with the most versatile features. Today we will explore one of these features in Python. We will write a code in Python that will help to restart, sh.... Read More

How to return value from user-defined functions in Python

By Priya Bhowmick

In this tutorial, we will discuss how to return a value from a user-defined function in Python. The return value of the user-defined function We have two types of functions: void f.... Read More

Find min and max value in a heterogeneous list in Python

By Priya Bhowmick

Today we will discuss how to find the minimum or maximum value in a heterogeneous list. A heterogeneous list is one that contains heterogeneous items( items with arbitrary data typ.... Read More

Backward Iteration in Python

By Varun Bhattacharya

Hello programmers, in this tutorial we will see how to iterate backward in a list in Python. In Python, there are many ways in which looping can be performed. Generally, looping fo.... Read More

Destroy a GameObject in Unity 3D C#

By Y SAI KIRAN

Hello programmers, In this article, I will show how to destroy a GameObject in Unity 3D with C# programming. If you are a beginner and want to create your own game but don’t .... Read More

HTML Sonderzeichen

By Ankit

In this tutorial, we will explore HTML Sonderzeichen. There are certain special characters in HTML and this is one of them. It is also a German name and is combined with HTML. Synt.... Read More

Return multiple values from a function in Swift

By Faruque Ahamed Mollick

You can return multiple values from a function in Swift programming. But not in a generous way. It is a bit tricky to perform this task. In order to return multiple values from a S.... Read More

Related Posts