单项选择题
A.int() B.str() C.print() D.input()
A.4 B.0 C.2 D.8
A.int(‘4’)==‘4’ B.str(3)==‘3’ C.not(3==3) D.not(3!=4)