For each of the following, identify what is the data type of the result variable
- a = [1, 2, 3, 4, 5]
- b = "Hello, is it me you looking for?"
- e = 100
- f = '100'
- i = 0.100
- i = True
Bonus question: how to find out in Python what is the data type of certain variable?