lilguppie90972 lilguppie90972 09-06-2024 Computers and Technology Answered Compare sets, tuples, and dictionaries to one another and lists. myType = (1, 2, "car", True) What collection type is created in the code snippet above? a) List b) Tuple c) Dictionary d) Set