Given A = "[22, 4.88, "India", "T"]" the data type of A is
String
Reason — In Python, A = "[22, 4.88, "India", "T"]" represents a string because it is enclosed in double quotes (").
A = "[22, 4.88, "India", "T"]"