What are data types How are they important in Python?
Photo Credit: Courtesy of 3DStockPhoto (data image)
In Python, like in all programming languages, data types are used to classify one particular type of data. This is important because the specific data type you use will determine what values you can assign to it and what you can do to it (including what operations you can perform on it).