• 2022-06-04
    下列表达式,输出结果为True的选项是: ()
    A: type(3)==int
    B: type('3') = str
    C: type(pow(3.0,2))== int
    D: type(3.0)==complex