第11173题 判断题
判断Python语句`print(int(input()))`的输入处理描述是否正确

Python语句print(int(input()))能接收形如正整数、负整数和0输入,输入含字母或带小数点数,将导致错误。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析