**kw的做用

def student(name,**kw): print('学生姓名:%s'%name) print('考试成绩:{0}'.format(kw)) print('=======================') def cc(name,**kw): student(name,**kw) student('张凯阳') student('张凯阳',score1=
相关文章
相关标签/搜索