Data types

Data types define the type of data that a variable can hold. Golang is a statically typed language meaning that…

3 Min Read

Variables

A variable is a user defined name which holds a value during program execution. This value is stored in memory…

2 Min Read

break statement in python

Python break statement is used to terminate or stop the execution of a loop based on some condition. As soon…

int function in python

Python library provides an int function which is used To convert a python string to an integer. To convert a…

Packages

What is a package A package is a logical organization or a grouping of files. A package can contain multiple…

3 Min Read

Subscription

Never Miss an article ! Get the new post delivered straight into your inbox, enter your email and hit the…

1 Min Read
Exit mobile version