首页题库练习题目详情
计算机基础与程序设计单选题中等

以下哪个函数在Python中用于读取输入的整数?

Ainput()
Bint(input())
Cfloat(input())
Dstr(input())