Relacionar Columnas Data Types Matching GameVersión en línea Match data types with their definitions in this fun and educational game! por robotkids armando tu creatividad 1 Float example 2 Integer (int) example 3 Float 4 String (str) example 5 Tuple 6 Boolean (bool): 7 List: 8 Boolean (bool) example 9 String (str) 10 Integer (int) is_student = True is_working = False Similar to lists, but they are immutable, meaning their elements cannot be changed after the tuple is created. Sequences of characters, enclosed within single quotes (' ') or double quotes (" "). pi = 3.14159 temperature = 98.6 Ordered collections of items, and they can contain elements of different types. Used to represent real numbers and can contain a decimal point. Whole numbers, such as 1, 20, -5, etc. They do not have decimal points. x = 10 y = -5 Represent the truth values True and False. These are often used in conditional statements and comparisons. name = "Alice" address = '123 Main Street'