What gets printed ? Assuming python version 3.4.3 print(type(1/2)). a) <type ‘int’> b) <type ‘float’> c) <type ‘chr’> d) <type ‘str’>