Theoutputofthefollowingcodesis[br][/br]s='1e10'[br][/br]iftype(eval(s))==type(1.0):[br][/br]print(True)[br][/br]else:[br][/br]print(False) A: True B: False C: 1 D: 0
Theoutputofthefollowingcodesis[br][/br]s='1e10'[br][/br]iftype(eval(s))==type(1.0):[br][/br]print(True)[br][/br]else:[br][/br]print(False) A: True B: False C: 1 D: 0
1