A Python variable is an allocated memory location to store values. A variable in a python program gives data to the computer for processing. Every value in Python has a datatype. Different data types in Python are Numbers, List, Tuple, Strings, Dictionary, etc
Variables in python play integral part in programming just like every other language.