Python CheatsheetContainers# listlist= [0, 1, 2, 3, 4, 5] # mutabletuple= (0, 1, 2, 3, 4, 5) # immutable