Your experience on this site will be improved by allowing cookies
Python Variables:
Variables are used in python to hold a value at a memory location. Python is a type infer language, i.e the data type of the variables do not need to be declared. It automatically detects the types in accordance with the variable value. Creating a variable is also not a tedious task in python; just need to assign a value to the variable name.
Rules for a Variable Name in Python:
Features of a Python Variable:
Printing “HELLO WORLD” in python using Interactive Mode and using a Variable.
0 comments