What is the data type of the following obj?
obj = [ 10.2, "Hello", 45, {7, 9 }]
List can be created by putting comma separated values (objects) between square brackets ' [ ] '
Comment here: