第17708题
在Python交互式编程环境执行a = input('请输入考试成绩:')并输入89.5后,变量a的数据类型是什么?
A

float

B

int

C

str

D

bool

提交0次 正确率0.00%
答案解析