第11534题 单选
下列Python代码中变量a的数据类型为整数的是?
A
a=input()
B
a=int(input())
C
a=str(input())
D
a=float(input())
提交0次 正确率0.00%
答案解析