Write down the name of the variable (type_1 or type_2) that should be placed instead of three dots to result in True value of the membership test.
container_types = ['list', 'set', 'dict', 'string']
type_1 = 'bool'
type_2 = 'list'
print(... in container_types)