Robotics & Artificial Intelligence
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.