单选题 1分 下列代码执行后,输出结果为的是( ) Aprint(type(100)) Bprint(type(100.0)) Cprint(type("100")) Dprint(type(True))