Usage of Variable in Python
Every variable should be declared before it can be used. Declaring variable means, we are binding the variable to a specific variable data type we want. In python, declaration is not required. If you need of a variable, you can name it and using it as a variable. The name that you assigned for the variable, called Identifier.
Example >>> userid=10
In the above of the line we assign the values 10 to the variable called userid. When we name a variable, there are some rules for a valid identifier.
- First character of the identifier can be the underscore “_” or a letter capital of lower case.
- The start character can be anything which is permitted as a start character + digits.
- The keywords of python are not allowed to use as an identifier name.
Python keywords:
and, as, assert, break, class, continue, def, del, elif, else, except, exec, finally, for, from, global, if, import, in, is, lambda, not, or, pass, print, raise, return, try, while, with, yield
We can use that declared variables in anywhere inside the python program. For example, if we want to print that variables in the shell, we can write below.
I will explain the types of variables, more in the next lesson of artcafe Python programming lesson series. If you have any problem or error when coding python or executing commands please write them on a comment box. I will help you to resolve that problems. As well as if you have any suggestions or complain please feel free to comment. See you in next python programming lesson.Thank you.
ReplyDeletePNY Trainings is a pioneer Digital Marketing Institute offering Digital Marketing Courses in Lahore.
Digital marketing course and other courses can be helpful in setting a new career paths and also promoting your own business.
ReplyDelete