Relacionar Columnas Python Versión en línea Identify and match the words with their correct definition por Maria Jose Mejia 1 List 2 Complex number 3 String 4 Integer 5 Tuple 6 Float 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) A list object is an ordered collection of one or more data items, not necessarily of the same type, put in square brackets. A string value is a collection of one or more characters put in single, double or triple quotes. 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) Any real number with a floating point representation in which a fractional component is denoted by a decimal symbol or scientific notation