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

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

0{ "key": "A", "text": "input()" }
1{ "key": "B", "text": "int(input())" }
2{ "key": "C", "text": "float(input())" }
3{ "key": "D", "text": "str(input())" }