Choose the type of collection created with each assignment statement

____ collection A = {5:2}
Options: tuple, dictionary, list

____ collection B = (5,2)
Options: tuple, dictionary, list

____ collection C = [5,2]
Options: tuple, dictionary, list

Choose the type of collection created with each assignment statement collection A 52 Options tuple dictionary list collection B 52 Options tuple dictionary lis class=