第25589题 单选题
补全获取正整数第3位的Python代码,横线处应填入的代码是?

以下Python代码用于获取正整数的第3位数(从右数第3位即百位,如输入1234输出2),若输入为一位数或两位数则输出0,请补全横线处的代码:

N = int(input("请输入正整数:"))
print(________________)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析