Question 401: What is the data type of the following value:{"a": 1, "b": 2, "c": 3}
tcs
wipro
infosys
general
aptitude
data-types
{"a": 1, "b": 2, "c": 3}is a dictionary in Python. Dictionaries are used to store key-value pairs, where each key maps to a corresponding value.