以下代码的输出结果是。for i in range

以下代码的输出结果是()。

for i in range(1,6):
    if 1%4 == 0:
            break
    else:
答案
B

题目信息

题号:3817
题型:单选题
难度:普通