第17291题
下列关于Python数据类型的说法,不正确的是哪一项?
A

int可以转换为float型

B

float型不能转换为int型

C

int代表的是整型

D

type()函数可以查看变量的数据类型