运行下列代码段,输出结果中包含1的是()。
A.AB.BC.CD.D
A.list((3,4))B.str(3.4)C.int("3.4")D.float("3.4"+"3.3")
A.print(5>=5)B.print(5=>5)C.print(5==5)D.print(5< =5)