*

def print_two(*args):
    arg1, arg2 = args
    print “arg1:%r, arg2:%r” %(arg1,arg2)
原文地址:https://www.cnblogs.com/LWJin/p/6034510.html