charlygirl20181999 charlygirl20181999 26-01-2017 Computers and Technology contestada If the following code is executed, what is the output? a = 1 b = 2. c = '3' d = (1, 2., '3') e = [4, 5., '6'] print type(a)