Integer
positive or negative WHOLE numbers
Float
floating point numbers (numbers with decimals)
Boolean
a true or false value
String
a collection of one or more characters put in a single, double, or triple quotation marks
List
an ordered collection of one or more data items, not necessarily of the same type, put in square brackets
Tuple
an order collection of one or more data items, not necessarily of the same type, put in parentheses ()
Dictionary
an unordered collection of data in a key:value pair form enclosed in curly brackets