第25612题 判断
判断以下Python代码执行后的输出是否为0123
for i in range(5):
    for i in range(i):
        continue
    print(i, end="")
A

正确

B

错误

程序运行统计
暂无判题统计