How To Declare Variable In Python
In this post we will learn about variables in python.
In python there isn’t any command to declare a variable , The variable is declared the moment you assign value to it.
In this post we will learn about variables in python.
In python there isn’t any command to declare a variable , The variable is declared the moment you assign value to it.
In this article, we will learn about the basics of Python like What it is? Where it is used? etc.