python 传递多个参数

 

def oper(a,*args):
        print(args)
        print(a)
oper("q","s","d","z","b","f")

 

posted @ 2019-03-28 19:27  anobscureretreat  阅读(986)  评论(0编辑  收藏  举报