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