第17308题 单选题
Python猜数字程序(a=5)两处空白处依次应填入的代码是?

现有Python猜数字程序代码如下,两处下划线位置需依次填入正确代码:

a = 5
while True:
    b = int(input('输入数字:'))
    if (b > a):
        print('大了')
    ____(b < a):
        print('小了')
    else:
        print('相等')
    ____
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析