Robotics & Artificial Intelligence

What is meant by data type?

Python Funda

1 Like

Answer

Data types are referred to as the classification or categorisation of data items. They represent a particular type of value which determines what operations can be performed on that particular data. Python supports several built-in data types including integers, floats, strings, boolean, lists, tuples, sets and dictionaries to perform various tasks during programming.

Answered By

3 Likes


Related Questions