第13268题 单选
Python中将浮点数转换为整数的正确方法是以下哪个选项?
A
int(3.14)
B
float(3)
C
str(3.14)
D
bool(3.14)
提交0次 正确率0.00%
答案解析