第13369题 单选题
以下Python代码运行后最终的打印结果是?
def f(x):             
    color=["红","橙","黄","绿","青","蓝","紫"]     
    def lucky(x,y):             
        n=x+y        
        return n    
    m=x*int(lucky(5,6))%7    
    print("幸运颜色是:",color[m])
f(5)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析