A23902. 阅读下面的Python代码,正确的是( )。a = int(input()) b = int(input()) while b != 0: remainder = a % b a = b b = remainder print(a)
单选题
较易
知识点
题目描述
阅读下面的Python代码,正确的是( )。
a = int(input())
b = int(input())
while b != 0:
remainder = a % b
a = b
b = remainder
print(a)选项(单选)
答案解析
详细答案解析为会员权益,按每日次数查看。
开通 / 升级会员
上一题
下一题