Matching Pairs Python Online version Identify and match the words with their correct definition by Maria Jose Mejia 1 Integer 2 List 3 Complex number 4 Tuple 5 String 6 Float A string value is a collection of one or more characters put in single, double or triple quotes. Any real number with a floating point representation in which a fractional component is denoted by a decimal symbol or scientific notation Positive or negative whole numbers (without a fractional part) Any real number with a floating point representation in which a fractional component is denoted by a decimal symbol or scientific notation A list object is an ordered collection of one or more data items, not necessarily of the same type, put in square brackets. A number with a real and imaginary component represented as x+yj. x and y are floats and j is -1(square root of -1 called an imaginary number)