多项选择题

下列代码段运行有误的是()。

A.list((3,4))
B.str(3.4)
C.int("3.4")
D.float("3.4"+"3.3")