第27103题 单选题
可以正确调用print_info函数并输出`张三,25岁,男`的选项是?

已知Python函数定义如下:

def print_info(name, age, gender="未知"):
    print(f"{name},{age}岁,{gender}")

要求调用该函数并输出指定内容,下列调用语句中正确的是?

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析