What will be the data types of the following three variables respectively?

Code:

a = 6
b = 'Sumit'
c = True

Comments