第27603题 单选题
关于Python函数位置参数与关键字参数的使用,下列说法正确的是?

以下是测试用的Python函数定义:

def user_info(name, gender="未知", age=18):
    print(f"姓名:{name},性别:{gender},年龄:{age}")
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析