第12315题 单选题
运行给定的Python程序后,将打印输入两个整数的取余运算结果,划线处的代码应为?
class Mi():
    def __init__(self,a,b):
        self.a=a
        self.b=b
    def yu(self):
        return self.a % self.b
a=int(input('输入第一个数:'))
b=int(input('输入第二个数:'))
c=
print(c.yu())
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析