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